mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
b9ecc7ceb6
* chore: add custom folder prompt * chore: zip collab db * chore: fix test * chore: add test * chore: fmt * chore: fmt * chore: fmt
20 lines
530 B
TOML
20 lines
530 B
TOML
[package]
|
|
name = "lib-infra"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chrono = { workspace = true, default-features = false, features = ["clock"] }
|
|
bytes = { version = "1.5" }
|
|
pin-project = "1.1.3"
|
|
futures-core = { version = "0.3" }
|
|
tokio = { workspace = true, features = ["time", "rt"] }
|
|
rand = "0.8.5"
|
|
async-trait.workspace = true
|
|
md5 = "0.7.0"
|
|
anyhow.workspace = true
|
|
walkdir = "2.4.0"
|
|
zip = "0.6.6"
|
|
tempfile = "3.8.1" |