mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
13 lines
217 B
TOML
13 lines
217 B
TOML
[package]
|
|
name = "rustc_driver"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["dylib"]
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
rustc_driver_impl = { path = "../rustc_driver_impl" }
|
|
# tidy-alphabetical-end
|