mirror of
https://github.com/azalea-rs/simdnbt.git
synced 2025-08-02 07:26:04 +00:00
14 lines
249 B
TOML
14 lines
249 B
TOML
[workspace]
|
|
members = ["simdnbt", "simdnbt-derive", "fuzz"]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = false
|
|
|
|
[profile.bench]
|
|
lto = true
|
|
debug = true
|
|
|
|
[patch.crates-io]
|
|
simd_cesu8 = { git = "https://github.com/EightFactorial/simd_cesu8" }
|