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

15 lines
371 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]
2021-08-20 14:00:03 +00:00
chrono = "0.4.19"
2021-08-31 15:01:46 +00:00
bytes = { version = "1.0" }
pin-project = "1.0"
2022-02-08 13:22:11 +00:00
futures-core = { version = "0.3" }
tokio = { version = "1.0", features = ["time", "rt"] }
2022-04-28 13:16:28 +00:00
rand = "0.8.5"
async-trait = "0.1.59"