AppFlowy/shared-lib/lib-infra/Cargo.toml

17 lines
390 B
TOML
Raw Normal View History

[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]
2023-03-03 12:38:31 +00:00
chrono = "0.4.23"
bytes = { version = "1.4" }
pin-project = "1.0.12"
2022-02-08 13:22:11 +00:00
futures-core = { version = "0.3" }
2023-03-03 12:38:31 +00:00
tokio = { version = "1.26", features = ["time", "rt"] }
2022-04-28 13:16:28 +00:00
rand = "0.8.5"
2023-03-03 12:38:31 +00:00
async-trait = "0.1.64"
2023-01-30 03:11:19 +00:00
md5 = "0.7.0"