2023-07-29 09:46:24 +08:00
|
|
|
[package]
|
2024-01-11 14:42:03 +08:00
|
|
|
name = "flowy-user-pub"
|
2023-07-29 09:46:24 +08:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-12-31 07:29:40 +08:00
|
|
|
lib-infra = { workspace = true }
|
2024-05-06 11:30:13 +08:00
|
|
|
flowy-error = { workspace = true }
|
2023-11-12 21:18:27 +08:00
|
|
|
uuid.workspace = true
|
|
|
|
serde.workspace = true
|
2024-05-06 11:30:13 +08:00
|
|
|
collab = { workspace = true }
|
|
|
|
collab-entity = { workspace = true }
|
2023-11-12 21:18:27 +08:00
|
|
|
serde_json.workspace = true
|
|
|
|
serde_repr.workspace = true
|
2024-05-06 11:30:13 +08:00
|
|
|
chrono = { workspace = true, default-features = false, features = ["clock", "serde"] }
|
2023-11-12 21:18:27 +08:00
|
|
|
anyhow.workspace = true
|
|
|
|
tokio = { workspace = true, features = ["sync"] }
|
2024-01-12 06:26:43 +08:00
|
|
|
tokio-stream = "0.1.14"
|
2024-01-30 05:36:27 +08:00
|
|
|
flowy-folder-pub.workspace = true
|
|
|
|
tracing.workspace = true
|
|
|
|
base64 = "0.21"
|
2024-06-25 01:59:38 +02:00
|
|
|
client-api = { workspace = true }
|