initial backend command stuff
This commit is contained in:
13
examples/simple_command/Cargo.toml
Normal file
13
examples/simple_command/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user