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

[dependencies]
boml = "0.3.1"

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