Raid_Manager/Cargo.toml
lukas-heiligenbrunner 7f1929e636 add /dev/ to disk names
compile regex just once
build ci in release mode
2022-12-04 17:36:18 +01:00

11 lines
269 B
TOML

[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"