grand refactory to multiple list-based control api

This commit is contained in:
yggverse 2026-03-28 04:42:41 +02:00
parent 827cb182f2
commit b93c1e8481
15 changed files with 271 additions and 282 deletions

View file

@ -19,3 +19,5 @@ rocket = { version = "0.5.1", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
structopt = "0.3.26"
tokio = { version = "1", features = ["full"] }
toml = "1.1.0"
url = "2.5.8"