AppFlowy/shared-lib/Cargo.toml

17 lines
258 B
TOML
Raw Normal View History

2021-11-20 02:52:39 +00:00
[workspace]
members = [
2021-12-19 13:29:33 +00:00
"flowy-user-data-model",
"flowy-core-data-model",
2021-12-11 05:47:16 +00:00
"flowy-collaboration",
2021-11-20 02:52:39 +00:00
"lib-ot",
"lib-ws",
2021-12-13 05:55:44 +00:00
"lib-infra",
2021-11-20 02:52:39 +00:00
"backend-service",
"flowy-derive",
"flowy-ast",
2021-12-14 10:04:51 +00:00
"error-code",
2021-11-20 02:52:39 +00:00
]
[profile.dev]
split-debuginfo = "unpacked"