rust/compiler/rustc_codegen_gcc/build_system/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
128 B
TOML
Raw Permalink Normal View History

2023-08-18 09:06:20 -05:00
[package]
name = "y"
version = "0.1.0"
edition = "2021"
[dependencies]
boml = "0.3.1"
2023-08-18 09:06:20 -05:00
[[bin]]
name = "y"
path = "src/main.rs"