rust/compiler/rustc_driver/Cargo.toml

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

16 lines
243 B
TOML
Raw Normal View History

[package]
name = "rustc_driver"
version = "0.0.0"
2025-02-20 18:37:58 +00:00
edition = "2024"
[lib]
crate-type = ["dylib"]
[dependencies]
# tidy-alphabetical-start
rustc_driver_impl = { path = "../rustc_driver_impl" }
# tidy-alphabetical-end
[lints]
workspace = true