2023-07-29 01:46:24 +00:00
|
|
|
[package]
|
2024-01-11 06:42:03 +00:00
|
|
|
name = "flowy-user-pub"
|
2023-07-29 01:46:24 +00: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-30 23:29:40 +00:00
|
|
|
lib-infra = { workspace = true }
|
2024-05-06 03:30:13 +00:00
|
|
|
flowy-error = { workspace = true }
|
2023-11-12 13:18:27 +00:00
|
|
|
uuid.workspace = true
|
|
|
|
serde.workspace = true
|
2024-05-06 03:30:13 +00:00
|
|
|
collab = { workspace = true }
|
|
|
|
collab-entity = { workspace = true }
|
2023-11-12 13:18:27 +00:00
|
|
|
serde_json.workspace = true
|
|
|
|
serde_repr.workspace = true
|
2024-05-06 03:30:13 +00:00
|
|
|
chrono = { workspace = true, default-features = false, features = ["clock", "serde"] }
|
2023-11-12 13:18:27 +00:00
|
|
|
anyhow.workspace = true
|
|
|
|
tokio = { workspace = true, features = ["sync"] }
|
2024-01-11 22:26:43 +00:00
|
|
|
tokio-stream = "0.1.14"
|
2024-01-29 21:36:27 +00:00
|
|
|
flowy-folder-pub.workspace = true
|
|
|
|
tracing.workspace = true
|
|
|
|
base64 = "0.21"
|