pinakes/examples/plugins/cbz-comics/Cargo.toml
NotAShelf 934fcba8ca
examples: add WASM plugin examples
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Id4b791396ab37827caced2c8cc03ec356a6a6964
2026-05-24 14:25:56 +03:00

18 lines
317 B
TOML

[package]
name = "cbz-comics"
version = "1.0.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
dlmalloc = { version = "0.2", features = ["global"] }
miniz_oxide = { version = "0.8", default-features = false, features = [
"with-alloc",
] }
[profile.release]
opt-level = "s"
lto = true
strip = true