We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
time
tokio
1 parent f96b1b2 commit 797a80cCopy full SHA for 797a80c
1 file changed
benches/Cargo.toml
@@ -19,7 +19,7 @@ ironrdp = { path = "../crates/ironrdp", features = [
19
"__bench",
20
] }
21
pico-args = "0.5.0"
22
-tokio = { version = "1", features = ["sync", "fs"] }
+tokio = { version = "1", features = ["sync", "fs", "time"] }
23
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
24
tracing = { version = "0.1", features = ["log"] }
25
0 commit comments