Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: If4372ea33b93306486170353f9edf4a76a6a6964
14 lines
213 B
TOML
14 lines
213 B
TOML
[package]
|
|
name = "test-plugin"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
dlmalloc = { version = "0.2", features = ["global"] }
|
|
|
|
[profile.release]
|
|
opt-level = "s"
|
|
lto = true
|