AFFiNE/Cargo.toml

21 lines
415 B
TOML
Raw Normal View History

2023-05-10 12:16:48 +03:00
[workspace]
resolver = "2"
members = [
"./packages/native",
"./packages/native/schema",
"./packages/storage",
]
[profile.dev.package.sqlx-macros]
opt-level = 3
2023-05-10 13:38:23 +03:00
[profile.release]
lto = true
codegen-units = 1
opt-level = 3
strip = "symbols"
[patch.crates-io]
lib0 = { git = "https://github.com/toeverything/y-crdt", rev = "a700f09" }
yrs = { git = "https://github.com/toeverything/y-crdt", rev = "a700f09" }