warpgate/warpgate-db-entities/Cargo.toml
2025-02-19 21:44:58 +01:00

21 lines
605 B
TOML

[package]
edition = "2021"
license = "Apache-2.0"
name = "warpgate-db-entities"
version = "0.13.1"
[dependencies]
bytes = "1.4"
chrono = { version = "0.4", default-features = false, features = ["serde"] }
poem-openapi = { version = "5.1", features = ["chrono", "uuid"] }
sqlx.workspace = true
sea-orm = { workspace = true, features = [
"macros",
"with-chrono",
"with-uuid",
"with-json",
], default-features = false }
serde.workspace = true
serde_json.workspace = true
uuid = { version = "1.3", features = ["v4", "serde"] }
warpgate-common = { version = "*", path = "../warpgate-common" }