chuanyue-service/service/Cargo.toml
2024-05-17 14:20:36 +08:00

17 lines
458 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"] }
reqwest = "0.12.4"
futures-executor = "0.3.30"
error-stack = "0.4.1"
library = { path = "../library" }
domain = { path = "../domain" }