initial backend command stuff

This commit is contained in:
2025-12-27 15:01:34 -05:00
parent 8cfaf468e9
commit ac710d4e4f
14 changed files with 385 additions and 31 deletions

13
Cargo.lock generated
View File

@@ -2128,6 +2128,19 @@ dependencies = [
"rand_core 0.6.4",
]
[[package]]
name = "simple_command"
version = "0.0.0"
dependencies = [
"chrono",
"log",
"num-traits",
"server",
"tokio",
"tokio-util",
"tonic",
]
[[package]]
name = "simple_producer"
version = "0.0.0"