voting-system/Cargo.toml

12 lines
312 B
TOML
Raw Normal View History

2023-04-15 16:33:01 -04:00
[package]
name = "redstrate-vote-system"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-09-24 18:26:21 -04:00
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"