remove unused tokio macros feature

This commit is contained in:
zyl 2025-06-05 14:13:43 -07:00
parent 2330648b69
commit abd591c8fa
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
2 changed files with 1 additions and 16 deletions

View file

@ -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 }