mirror of
https://github.com/safedv/RustiveDump
synced 2026-06-08 17:19:41 +00:00
25 lines
304 B
TOML
25 lines
304 B
TOML
[package]
|
|
name = "RustiveDump"
|
|
version = "0.1.2"
|
|
edition = "2024"
|
|
authors = ["safedv"]
|
|
|
|
[dependencies]
|
|
panic-halt = "1.0.0"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
opt-level = "s"
|
|
lto = true
|
|
codegen-units = 1
|
|
|
|
[features]
|
|
default = []
|
|
debug = []
|
|
xor = []
|
|
remote = []
|
|
lsasrv = []
|