mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-24 09:26:49 +00:00
14 lines
377 B
TOML
14 lines
377 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 = { workspace = true }
|
|
collab = { workspace = true }
|
|
client-api = { workspace = true }
|
|
flowy-error = { workspace = true }
|
|
uuid.workspace = true |