8000 Add rustc stuff · unicode-rs/unicode-script@66fb0d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66fb0d3

Browse files
committed
Add rustc stuff
1 parent 0df4363 commit 66fb0d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@ exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt" ]
2222
[features]
2323
with_std = []
2424
default_features = ["with_std"]
25+
rustc-dep-of-std = ['std', 'core', 'compiler_builtins']
2526

2627
[dependencies]
28+
std = { version = "1.0", package = "rustc-std-workspace-std", optional = true }
29+
core = { version = "1.0", package = "rustc-std-workspace-core", optional = true }
30+
compiler_builtins = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)
0