]> git.lizzy.rs Git - loadnothing.git/blob - stage2/Cargo.toml
Add dummy stage2
[loadnothing.git] / stage2 / Cargo.toml
1 [package]
2 name = "stage2"
3 version = "0.1.0"
4 edition = "2021"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [profile.dev]
9 panic = "abort"
10
11 [profile.release]
12 panic = "abort"
13
14 [dependencies]