AppFlowy/shared-lib/Cargo.toml

24 lines
467 B
TOML
Raw Normal View History

2021-11-20 02:52:39 +00:00
[workspace]
members = [
"lib-ot",
2021-12-13 05:55:44 +00:00
"lib-infra",
"flowy-derive",
"flowy-ast",
"flowy-codegen",
2021-11-20 02:52:39 +00:00
]
[profile.dev]
2022-11-30 07:36:39 +00:00
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"] }