voting-system/Cargo.toml

12 lines
No EOL
312 B
TOML

[package]
name = "redstrate-vote-system"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.6.20"
serde_json = "1.0.91"
tokio = { version = "1.32.0", features = ["macros", "rt", "rt-multi-thread"] }
tracing = "0.1.37"
serde = { version = "1.0.188", features = ["derive"] }
tracing-subscriber = "0.3.17"