mirror of
https://github.com/RoboSats/robo-identities.git
synced 2025-12-28 07:39:20 +00:00
14 lines
364 B
TOML
14 lines
364 B
TOML
[workspace]
|
|
members = [
|
|
"robohash",
|
|
"robonames",
|
|
"robo-identities-wasm"
|
|
]
|
|
|
|
[profile.release]
|
|
# opt-level = 's' # Optimize for size
|
|
lto = true # Enable link-time optimization
|
|
codegen-units = 1 # Reduce number of codegen units to increase optimizations
|
|
panic = 'abort' # Abort on panic
|
|
strip = true # Strip symbols from binary*
|