chuanyue-service/service/Cargo.toml
2024-05-21 18:01:50 +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 = { workspace = true }
chrono = { workspace = true }
reqwest = { workspace = true }
futures-executor = { workspace = true }
error-stack = { workspace = true }
sqlx = { workspace = true, features = ["uuid"] }
library = { path = "../library" }
domain = { path = "../domain" }