Skip to content

Commit

Permalink
Add compatibility to be included in libstd
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Dec 14, 2018
1 parent 701ebf1 commit d74ae4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ documentation = "https://docs.rs/rustc-demangle"
description = """
Rust compiler symbol demangling.
"""

[dependencies]
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
compiler_builtins = { version = '0.1.2', optional = true }

[features]
rustc-dep-of-std = ['core', 'compiler_builtins']

0 comments on commit d74ae4b

Please sign in to comment.