1
0
Fork 0
mirror of https://github.com/azalea-rs/simdnbt.git synced 2025-08-02 07:26:04 +00:00
simdnbt/Cargo.toml
2025-08-02 09:04:53 +09:00

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" }