We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58dc945 commit 172b8f4Copy full SHA for 172b8f4
Cargo.toml
@@ -42,3 +42,4 @@ parking_lot = { version = "0.12.1", optional = true }
42
# The synchronization primitive is implemented using the `tokio`+`parking_lot` library.
43
tokio = { version = "1.21.2", optional = true, default-features = false, features = ["parking_lot", "sync"]}
44
async-trait = { version = "0.1.58", optional = true }
45
+
0 commit comments