mirror of
https://github.com/0xflux/rust_shellcode
synced 2026-06-08 10:13:40 +00:00
16 lines
211 B
TOML
16 lines
211 B
TOML
[package]
|
|
name = "rust_simple_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 |