Skip to content

Commit d74ae4b

Browse files
committed
Add compatibility to be included in libstd
1 parent 701ebf1 commit d74ae4b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ documentation = "https://docs.rs/rustc-demangle"
1010
description = """
1111
Rust compiler symbol demangling.
1212
"""
13+
14+
[dependencies]
15+
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
16+
compiler_builtins = { version = '0.1.2', optional = true }
17+
18+
[features]
19+
rustc-dep-of-std = ['core', 'compiler_builtins']

0 commit comments

Comments
 (0)