chuanyue-service/domain/Cargo.toml
2024-05-21 18:01:50 +08:00

13 lines
413 B
TOML

[package]
name = "domain"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true, features = ["derive"] }
sqlx = { workspace = true, features = ["postgres", "uuid", "macros", "sqlx-macros", "chrono"] }
validator = { workspace = true, features = ["derive"] }
library = { path = "../library" }