summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_codegen_cranelift/build_system/Cargo.toml
blob: f47b9bc55404170b8841d4233535740eb307615e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "y"
version = "0.1.0"
edition = "2021"

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

[features]
unstable-features = [] # for rust-analyzer

# Do not add any dependencies