mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 12:54:35 +01:00
19 lines
405 B
TOML
19 lines
405 B
TOML
[workspace]
|
|
members = [
|
|
"pubky",
|
|
"pubky-*",
|
|
|
|
"examples"
|
|
]
|
|
|
|
# See: https://github.com/rust-lang/rust/issues/90148#issuecomment-949194352
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
pkarr = { git = "https://github.com/Pubky/pkarr", branch = "serde", package = "pkarr", features = ["async", "serde"] }
|
|
serde = { version = "^1.0.209", features = ["derive"] }
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 'z'
|