rust/compiler/rustc_symbol_mangling/Cargo.toml
2022-09-29 16:49:04 +09:00

22 lines
542 B
TOML

[package]
name = "rustc_symbol_mangling"
version = "0.0.0"
edition = "2021"
[lib]
[dependencies]
bitflags = "1.2.1"
tracing = "0.1"
punycode = "0.4.0"
rustc-demangle = "0.1.21"
rustc_span = { path = "../rustc_span" }
rustc_middle = { path = "../rustc_middle" }
rustc_hir = { path = "../rustc_hir" }
rustc_target = { path = "../rustc_target" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_session = { path = "../rustc_session" }
rustc_macros = { path = "../rustc_macros" }
rustc_errors = { path = "../rustc_errors" }