From 117d33fc478bf529094850b1fe40c558f04c9865 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 1 Oct 2024 14:19:54 -0500 Subject: feat: added command service --- Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b70af54..b0e6613 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,12 +15,7 @@ reqwest = "0.12.7" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" thiserror = "1.0.63" -tokio = { version = "1.40.0", features = [ - "macros", - "rt-multi-thread", - "net", - "time", -] } +tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "net", "time", "process"] } tokio-stream = { version = "0.1.16", features = ["sync"] } toml = "0.8.19" tower-http = { version = "0.6.1", features = ["fs", "trace"] } -- cgit v1.2.3-70-g09d2