mirror of
https://github.com/zyllian/webdog.git
synced 2025-06-28 01:15:44 -07:00
remove unused tokio macros feature
This commit is contained in:
parent
2330648b69
commit
abd591c8fa
2 changed files with 1 additions and 16 deletions
|
@ -35,10 +35,7 @@ serde_yaml_ng = "0.10"
|
|||
syntect = "5"
|
||||
tera = "1"
|
||||
time = { version = "0.3", features = ["serde-human-readable"] }
|
||||
tokio = { version = "1", features = [
|
||||
"macros",
|
||||
"rt-multi-thread",
|
||||
], optional = true }
|
||||
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
|
||||
url = { version = "2", features = ["serde"] }
|
||||
walkdir = "2"
|
||||
warp = { version = "0.3", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue