mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-26 17:34:21 +01:00
* chore: Renamed pubky member dir to pubky-client * fixed paths * fixed wasm test workflow
16 lines
242 B
TOML
16 lines
242 B
TOML
[workspace]
|
|
members = [
|
|
"pubky-*",
|
|
"http-relay",
|
|
"pkarr-republisher",
|
|
"examples",
|
|
"e2e",
|
|
]
|
|
|
|
# See: https://github.com/rust-lang/rust/issues/90148#issuecomment-949194352
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 'z'
|