Remove unneccessary tokio features.

This commit is contained in:
Slatian 2023-07-19 22:39:13 +02:00
parent 455ee751c4
commit cd8efdcb44

View File

@ -16,7 +16,7 @@ lazy_static = "1.4.0"
parking_lot = "0.12"
regex = "1.7"
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["macros","signal"] }
tera = "1"
toml = "0.7"
tower = "0.4"