voting-system/Cargo.toml

8 lines
169 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]
rocket = { version = "0.5.0-rc.2", features = ["json"]}
serde_json = "1.0.91"