18 lines
460 B
TOML
18 lines
460 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
|
|
|
|
infra = { workspace = true, optional = true }
|
|
|
|
[features]
|
|
file_util = ["infra/file_util"] |