mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 12:54:35 +01:00
17 lines
221 B
TOML
17 lines
221 B
TOML
[workspace]
|
|
members = [
|
|
"pubky",
|
|
"pubky-*",
|
|
|
|
"http-relay",
|
|
|
|
"examples"
|
|
]
|
|
|
|
# See: https://github.com/rust-lang/rust/issues/90148#issuecomment-949194352
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 'z'
|