rust/compiler/rustc_next_trait_solver/Cargo.toml
Nicholas Nethercote 29629d0075 Remove some unused crate dependencies.
I found these by setting the `unused_crate_dependencies` lint
temporarily to `Warn`.
2024-06-10 19:55:49 +10:00

14 lines
286 B
TOML

[package]
name = "rustc_next_trait_solver"
version = "0.0.0"
edition = "2021"
[dependencies]
# tidy-alphabetical-start
rustc_type_ir = { path = "../rustc_type_ir", default-features = false }
# tidy-alphabetical-end
[features]
default = ["nightly"]
nightly = ["rustc_type_ir/nightly"]