pinakes/examples/plugins/subtitle-detector/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

15 lines
232 B
TOML

[package]
name = "subtitle-detector"
version = "1.0.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
dlmalloc = { version = "0.2", features = ["global"] }
[profile.release]
opt-level = "s"
lto = true
strip = true