rust/compiler/rustc_codegen_gcc/build_system/Cargo.toml

12 lines
128 B
TOML

[package]
name = "y"
version = "0.1.0"
edition = "2021"
[dependencies]
boml = "0.3.1"
[[bin]]
name = "y"
path = "src/main.rs"