mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
13 lines
317 B
TOML
13 lines
317 B
TOML
[workspace]
|
|
members = ["./packages/binding"]
|
|
resolver = "2"
|
|
|
|
[patch.crates-io]
|
|
libdeflater = { git = "https://github.com/adamkewley/libdeflater", tag = "1.19.0" }
|
|
libdeflate-sys = { git = "https://github.com/adamkewley/libdeflater", tag = "1.19.0" }
|
|
|
|
[profile.release]
|
|
lto = 'fat'
|
|
codegen-units = 1
|
|
strip = 'symbols'
|