mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-06 10:26:25 +00:00
11 lines
167 B
TOML
11 lines
167 B
TOML
[package]
|
|
name = "rustc_driver"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["dylib"]
|
|
|
|
[dependencies]
|
|
rustc_driver_impl = { path = "../rustc_driver_impl" }
|