mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
22 lines
531 B
TOML
22 lines
531 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc_symbol_mangling"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
tracing = "0.1"
|
|
punycode = "0.4.0"
|
|
rustc-demangle = "0.1.18"
|
|
|
|
rustc_ast = { path = "../rustc_ast" }
|
|
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" }
|