mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 09:12:56 +08:00
14 lines
500 B
TOML
14 lines
500 B
TOML
[package]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "warpgate-db-entities"
|
|
version = "0.5.0"
|
|
|
|
[dependencies]
|
|
chrono = {version = "0.4", features = ["serde"]}
|
|
poem-openapi = {version = "^2.0.6", features = ["chrono", "uuid"]}
|
|
sea-orm = {version = "^0.9", features = ["macros", "with-chrono", "with-uuid", "with-json"], default-features = false}
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
uuid = {version = "1.0", features = ["v4", "serde"]}
|
|
warpgate-common = { version = "*", path = "../warpgate-common" }
|