warpgate/warpgate-db-entities/Cargo.toml
Eugene Pankov 892e0173ac
lint
2022-05-30 12:55:09 +02:00

14 lines
436 B
TOML

[package]
edition = "2021"
license = "Apache-2.0"
name = "warpgate-db-entities"
version = "0.1.0"
[dependencies]
chrono = {version = "0.4", features = ["serde"]}
poem-openapi = {version = "^1.3.30", features = ["chrono", "uuid"]}
sea-orm = {version = "^0.8", features = ["macros", "with-chrono", "with-uuid", "with-json"], default-features = false}
serde = "1.0"
serde_json = "1.0"
uuid = {version = "0.8", features = ["v4", "serde"]}