mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
50e612511d
* chore: workspace deps * chore: use workspace deps
24 lines
467 B
TOML
24 lines
467 B
TOML
[workspace]
|
|
members = [
|
|
"lib-ot",
|
|
"lib-infra",
|
|
"flowy-derive",
|
|
"flowy-ast",
|
|
"flowy-codegen",
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 0
|
|
#https://doc.rust-lang.org/rustc/codegen-options/index.html#debug-assertions
|
|
#split-debuginfo = "unpacked"
|
|
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0.75"
|
|
tracing = "0.1.40"
|
|
serde = "1.0.108"
|
|
serde_json = "1.0.108"
|
|
tokio = "1.34.0"
|
|
async-trait = "0.1.74"
|
|
chrono = { version = "0.4.31", default-features = false, features = ["clock"] }
|