Files
twba.control-center/Cargo.toml
2024-10-09 21:32:47 +02:00

12 lines
216 B
TOML

[package]
name = "twba-control-center"
version = "0.1.0"
edition = "2021"
[dependencies]
rocket = "0.5.1"
twba-common.workspace = true
lazy_static = "1.5.0"
derive_more = { version = "1.0.0", features = ["full"] }