18 lines
256 B
TOML
18 lines
256 B
TOML
[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
|