AppFlowy/rust-lib/Cargo.toml
2021-07-31 20:53:45 +08:00

23 lines
349 B
TOML

[workspace]
members = [
"flowy-dispatch",
"flowy-sdk",
"dart-ffi",
"flowy-log",
"flowy-user",
"flowy-ast",
"flowy-derive",
"flowy-test",
"flowy-sqlite",
"flowy-database",
"flowy-infra",
"flowy-workspace",
"flowy-observable",
"flowy-document",
"flowy-editor",
"flowy-ot",
]
[profile.dev]
split-debuginfo = "unpacked"