Added Start, Stop, Kill, Send command
This commit is contained in:
@@ -12,5 +12,6 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
thiserror = "2.0.17"
|
||||
tokio = { version = "1.48.0", features = ["process", "rt-multi-thread", "macros"] }
|
||||
tokio = { version = "1.48.0", features = ["process", "rt-multi-thread", "macros", "io-std", "io-util"] }
|
||||
tokio-stream = { version = "0.1.17", features = ["full", "io-util", "signal", "tokio-util"] }
|
||||
tokio-util = { version = "0.7.17", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user