warpgate/warpgate-db-entities/Cargo.toml

14 lines
435 B
TOML
Raw Permalink Normal View History

2022-04-11 04:58:58 +08:00
[package]
edition = "2021"
license = "Apache-2.0"
2022-04-11 04:58:58 +08:00
name = "warpgate-db-entities"
2022-07-27 06:18:03 +08:00
version = "0.4.0"
2022-04-11 04:58:58 +08:00
[dependencies]
chrono = {version = "0.4", features = ["serde"]}
2022-07-27 06:01:41 +08:00
poem-openapi = {version = "^2.0.6", features = ["chrono", "uuid"]}
2022-07-12 22:00:38 +08:00
sea-orm = {version = "^0.9", features = ["macros", "with-chrono", "with-uuid", "with-json"], default-features = false}
serde = "1.0"
serde_json = "1.0"
2022-07-12 22:00:38 +08:00
uuid = {version = "1.0", features = ["v4", "serde"]}