pinakes/crates/pinakes-core/tests/fixtures/test-plugin/Cargo.toml
NotAShelf 7d3c2052c2
pinakes-core: add plugin integration tests and test fixtures
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: If4372ea33b93306486170353f9edf4a76a6a6964
2026-03-08 15:17:01 +03:00

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