chore(bench): fix could not find time in tokio

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau
2025-07-24 06:53:10 -04:00
committed by Benoît Cortier
parent 03cac54ada
commit fc604a567b
+1 -1
View File
@@ -19,7 +19,7 @@ ironrdp = { path = "../crates/ironrdp", features = [
"__bench",
] }
pico-args = "0.5.0"
tokio = { version = "1", features = ["sync", "fs"] }
tokio = { version = "1", features = ["sync", "fs", "time"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing = { version = "0.1", features = ["log"] }