mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-11-09 13:09:21 +03: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
18 lines
414 B
TOML
18 lines
414 B
TOML
[package]
|
|
name = "flowy-folder-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-folder = { version = "0.1.0" }
|
|
collab = { version = "0.1.0" }
|
|
collab-entity = { version = "0.1.0" }
|
|
uuid.workspace = true
|
|
anyhow.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tokio.workspace = true
|