mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-01 05:14:36 +01:00
23 lines
561 B
TOML
23 lines
561 B
TOML
[workspace]
|
|
members = [
|
|
"pubky",
|
|
"pubky-*",
|
|
|
|
"http-relay",
|
|
|
|
"examples"
|
|
]
|
|
|
|
# See: https://github.com/rust-lang/rust/issues/90148#issuecomment-949194352
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
# Todo move to crates after release.
|
|
pkarr = { git = "https://github.com/Pubky/pkarr", branch = "v3", package = "pkarr" }
|
|
pkarr-relay = { git = "https://github.com/Pubky/pkarr", branch = "v3", package = "pkarr-relay" }
|
|
mainline = { git = "https://github.com/Pubky/mainline", branch = "v5", package = "mainline" }
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 'z'
|