Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id4b791396ab37827caced2c8cc03ec356a6a6964
18 lines
317 B
TOML
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
|