2021-11-20 02:52:39 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"lib-ot",
|
2021-12-13 05:55:44 +00:00
|
|
|
"lib-infra",
|
2023-05-17 01:49:39 +00:00
|
|
|
"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"
|
2023-11-12 13:18:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
[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"] }
|