mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 01:59:13 +00:00
19 lines
536 B
TOML
19 lines
536 B
TOML
[package]
|
|
name = "rustc_sanitizers"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
bitflags.workspace = true
|
|
rustc_abi = { path = "../rustc_abi" }
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
|
rustc_hir = { path = "../rustc_hir" }
|
|
rustc_middle = { path = "../rustc_middle" }
|
|
rustc_span = { path = "../rustc_span" }
|
|
rustc_target = { path = "../rustc_target" }
|
|
rustc_trait_selection = { path = "../rustc_trait_selection" }
|
|
tracing.workspace = true
|
|
twox-hash = "1.6.3"
|
|
# tidy-alphabetical-end
|