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 bf294c0 commit 3ada315Copy full SHA for 3ada315
Cargo.toml
@@ -12,6 +12,13 @@ readme = "README.md"
12
documentation = "https://docs.rs/wasi"
13
14
[dependencies]
15
+# When built as part of libstd
16
+compiler_builtins = { version = "0.1", optional = true }
17
+core = { version = "1.0", optional = true, package = "rustc-std-workspace-core" }
18
+
19
+[features]
20
+# Unstable feature to support being a libstd dependency
21
+rustc-dep-of-std = ["compiler_builtins", "core"]
22
23
[badges]
24
maintenance = { status = "experimental" }
0 commit comments