rust/compiler/rustc_symbol_mangling/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
516 B
TOML
Raw Permalink Normal View History

2020-08-27 22:58:48 -05:00
[package]
name = "rustc_symbol_mangling"
version = "0.0.0"
2021-09-19 11:49:55 -05:00
edition = "2021"
2020-08-27 22:58:48 -05:00
[dependencies]
# tidy-alphabetical-start
2020-08-27 22:58:48 -05:00
punycode = "0.4.0"
2021-08-10 16:05:25 -05:00
rustc-demangle = "0.1.21"
rustc_abi = { path = "../rustc_abi" }
2020-08-27 22:58:48 -05:00
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_errors = { path = "../rustc_errors" }
rustc_hir = { path = "../rustc_hir" }
rustc_middle = { path = "../rustc_middle" }
rustc_session = { path = "../rustc_session" }
rustc_span = { path = "../rustc_span" }
tracing = "0.1"
# tidy-alphabetical-end