mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 18:13:43 +00:00
13 lines
217 B
TOML
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
|