AppFlowy-Cloud/libs/client-api-entity/Cargo.toml

19 lines
482 B
TOML

[package]
name = "client-api-entity"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
collab-entity = { workspace = true }
gotrue-entity = { workspace = true }
shared-entity = { workspace = true }
collab-rt-entity = { workspace = true }
database-entity.workspace = true
uuid.workspace = true
infra = { workspace = true, optional = true }
[features]
file_util = ["infra/file_util"]