]> git.lizzy.rs Git - loadnothing.git/blob - stage2/Cargo.toml
c1cd277ae18e794bc26c7bf7b5b005197e0dd768
[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 strip = true
14 opt-level = "z"
15 lto = true
16 codegen-units = 1
17
18 [dependencies]