about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/build_system/Cargo.toml
blob: d2600ed5a03141be0313861b309c9ca2a1c5a08b (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "y"
version = "0.1.0"
edition = "2021"

[dependencies]
boml = "0.3.1"

[[bin]]
name = "y"
path = "src/main.rs"