mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
2521611d6a
* chore: bump sqlite system deps * chore: bump open ssl * chore: fix clippy * chore: remove unused deps * chore: fix test
21 lines
537 B
TOML
21 lines
537 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"] }
|
|
async-trait.workspace = true
|
|
md5 = "0.7.0"
|
|
anyhow.workspace = true
|
|
walkdir = "2.4.0"
|
|
zip = "0.6.6"
|
|
tempfile = "3.8.1"
|
|
validator = "0.16.0"
|