Skip to content

Commit 0f1938a

Browse files
committed
wpi
1 parent 973be4d commit 0f1938a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ fallible-iterator = { version = "0.2.0", default-features = false, optional = tr
2121
indexmap = { version = "1.0.2", optional = true }
2222
stable_deref_trait = { version = "1.1.0", default-features = false, optional = true }
2323

24+
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
25+
alloc = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-alloc' }
26+
compiler_builtins = { version = '0.1.2', optional = true }
27+
2428
[dev-dependencies]
2529
crossbeam = "0.7.1"
2630
getopts = "0.2"
@@ -37,6 +41,7 @@ read = ["stable_deref_trait"]
3741
write = ["indexmap"]
3842
std = ["fallible-iterator/std", "stable_deref_trait/std"]
3943
default = ["read", "write", "std", "fallible-iterator"]
44+
rustc-dep-of-std = ['core', 'alloc', 'compiler_builtins', 'stable_deref_trait/rustc-dep-of-std']
4045

4146
[profile.bench]
4247
debug = true

0 commit comments

Comments
 (0)