mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2024-11-10 08:37:21 +01:00
Remove unneccessary tokio features.
This commit is contained in:
parent
455ee751c4
commit
cd8efdcb44
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user