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

View File

@@ -0,0 +1,13 @@
[package]
name = "simple_command"
edition = "2021"
[dependencies]
server = { path = "../../server" }
tonic = "0.12.3"
tokio = { version = "1.43.0", features = ["rt-multi-thread", "signal"] }
chrono = "0.4.39"
tokio-util = "0.7.13"
num-traits = "0.2.19"
log = "0.4.29"