cargo: enable tokio time feature

This commit is contained in:
müde 2026-05-14 21:44:23 +02:00
parent 61407f41c9
commit 7b05450d10

View file

@ -16,6 +16,6 @@ clap = { version = "4", features = ["derive"] }
hive-sh4re = { path = "hive-sh4re" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal"] }
tokio = { version = "1", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "time"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }