AppFlowy/rust-lib/flowy-ot/Cargo.toml

24 lines
534 B
TOML
Raw Normal View History

2021-07-31 15:53:45 +03:00
[package]
name = "flowy-ot"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytecount = "0.6.0"
2021-08-01 09:39:30 +03:00
serde = { version = "1.0", features = ["derive"] }
serde_json = {version = "1.0"}
derive_more = {version = "0.99", features = ["display"]}
log = "0.4"
2021-08-08 17:29:16 +03:00
color-eyre = { version = "0.5", default-features = false }
chrono = "0.4.19"
2021-08-11 03:40:58 +03:00
lazy_static = "1.4.0"
2021-08-16 12:00:39 +03:00
url = "2.2"
2021-07-31 15:53:45 +03:00
[dev-dependencies]
criterion = "0.3"
rand = "0.7.3"
env_logger = "0.8.2"