warpgate/warpgate-db-entities/Cargo.toml
2022-07-06 09:27:16 +02:00

16 lines
327 B
TOML

cargo-features = ["workspace-inheritance"]
[package]
name = "warpgate-db-entities"
edition.workspace = true
license.workspace = true
version.workspace = true
[dependencies]
chrono.workspace = true
poem-openapi.workspace = true
sea-orm.workspace = true
serde.workspace = true
serde_json.workspace = true
uuid.workspace = true