rustc/compiler/rustc_driver/Cargo.toml
2024-06-04 21:09:03 +02:00

13 lines
217 B
TOML

[package]
name = "rustc_driver"
version = "0.0.0"
edition = "2021"
[lib]
crate-type = ["dylib"]
[dependencies]
# tidy-alphabetical-start
rustc_driver_impl = { path = "../rustc_driver_impl" }
# tidy-alphabetical-end