mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-25 16:05:45 +08:00
13 lines
400 B
TOML
13 lines
400 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", features = ["chrono", "uuid"]}
|
||
|
sea-orm = {version = "^0.6", features = ["macros", "with-chrono", "with-uuid"], default-features = false}
|
||
|
serde = "1.0"
|
||
|
uuid = {version = "0.8", features = ["v4", "serde"]}
|