chuanyue-service/Cargo.toml
2024-05-01 17:32:57 +08:00

17 lines
360 B
TOML

[package]
name = "chuanyue-service"
version = "0.1.0"
edition = "2021"
[workspace]
members = [".", "api", "domain","library", "service"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.36.0", features = ["full"] }
api = { path = "api" }
library = { path = "library" }