mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-01-14 20:47:09 +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"
|
parking_lot = "0.12"
|
||||||
regex = "1.7"
|
regex = "1.7"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["macros","signal"] }
|
||||||
tera = "1"
|
tera = "1"
|
||||||
toml = "0.7"
|
toml = "0.7"
|
||||||
tower = "0.4"
|
tower = "0.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user