Files
kematianc2/Kematian-Standalone/rust-extractor/Cargo.toml
T

18 lines
256 B
TOML
Raw Normal View History

2026-08-27 11:23:01 -06:00
[package]
name = "compat-layer"
version = "0.1.0"
edition = "2021"
[lib]
name = "compat_layer"
crate-type = ["cdylib"]
[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
panic = "abort"
strip = "symbols"
overflow-checks = false
debug = false