Files
pubky-core/Cargo.toml
Severin Alexander Bühler ca0995cb23 chore: Moved e2e tests / Fixes circular dependency (#88)
* moved e2e tests

* moved e2e tests to its own workspace member

* fmt
2025-03-21 13:15:33 +02:00

17 lines
253 B
TOML

[workspace]
members = [
"pubky",
"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'