summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_driver/Cargo.toml
blob: ae9712ad66d83a6212cfb3cbcaeff8aca64b97c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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