mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00

Adds Windows resources with the rust version information to rustc-main.exe and rustc_driver.dll Sets the product description to "Rust Compiler" or "Rust Compiler (channel)" for non-stable channels
18 lines
341 B
TOML
18 lines
341 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
|
|
|
|
[build-dependencies]
|
|
# tidy-alphabetical-start
|
|
rustc_windows_rc = { path = "../rustc_windows_rc" }
|
|
# tidy-alphabetical-end
|