Raid_Manager/Cargo.toml

11 lines
269 B
TOML
Raw Normal View History

2022-12-04 14:02:07 +00:00
[package]
name = "raid_manager"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = {version = "0.5.0-rc.2", features = ["json"]}
regex = "1"
lazy_static = "1.4.0"