Files
0xflux-rust_shellcode/shellcode/Cargo.toml
T
2024-06-12 08:09:24 +01:00

16 lines
199 B
TOML

[package]
name = "shellcode"
version = "0.1.0"
edition = "2021"
[dependencies]
[profile.dev]
panic = "abort"
opt-level = "z"
lto = true
[profile.release]
panic = "abort"
opt-level = "z"
lto = true