chuanyue-service/service/Cargo.toml
2024-04-22 14:32:17 +08:00

15 lines
414 B
TOML

[package]
name = "service"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tracing = "0.1.40"
chrono = "0.4.35"
sea-orm = { version = "0.12.14", features = ["sqlx-mysql", "runtime-tokio-rustls", "macros", "debug-print"] }
library = { path = "../library" }
domain = { path = "../domain" }
auth = { path = "auth" }