mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
307556b7dd
* refactor: rename flowy-folder-deps to flowy-folder-pub * chore: rename crates * chore: move flowy-task to lib-infra * chore: rename crates * refactor: user manager dir
12 lines
312 B
TOML
12 lines
312 B
TOML
[package]
|
|
name = "flowy-database-pub"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
lib-infra = { workspace = true }
|
|
collab-entity = { version = "0.1.0" }
|
|
collab = { version = "0.1.0" }
|
|
anyhow.workspace = true |