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 6305a11 commit a9cab9bCopy full SHA for a9cab9b
nat/Cargo.toml
@@ -5,6 +5,9 @@ edition = "2024"
5
publish = false
6
license = "Apache-2.0"
7
8
+[features]
9
+shuttle = ["concurrency/shuttle", "dep:shuttle"]
10
+
11
[dependencies]
12
ahash = { workspace = true }
13
concurrency = { workspace = true, features = [] }
0 commit comments