clubmanager/Cargo.toml

24 lines
669 B
TOML
Raw Normal View History

2023-09-21 17:44:53 +00:00
[package]
name = "clubmanager"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.6.20"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
tokio = { version = "1.32.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tower-http = { version = "0.4.4", features = ["full"] }
ructe.workspace = true
[build-dependencies]
ructe.workspace = true
[workspace.dependencies]
# ructe = "0.17.0"
ructe = { git = "https://github.com/Zynh0722/ructe.git", branch = "rust-analyzer-workaround" }