mirror of
https://github.com/OMGeeky/twba.control-center.git
synced 2026-01-22 03:08:09 +01:00
12 lines
216 B
TOML
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"] }
|
|
|