We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155c5e2 commit 4b17ac0Copy full SHA for 4b17ac0
utils/Cargo.toml
@@ -13,7 +13,7 @@ serde = { workspace = true, features = ["derive"] }
13
serde_json = { workspace = true }
14
tempfile = { workspace = true }
15
tracing = { workspace = true }
16
-tokio = { workspace = true, features = ["process"] }
+tokio = { workspace = true, features = ["process", "rt", "macros"] }
17
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
18
19
[dev-dependencies]
0 commit comments