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

27 lines
621 B
TOML
Raw Normal View History

[package]
name = "flowy-user-infra"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
flowy-derive = { path = "../flowy-derive" }
2021-12-14 10:04:51 +00:00
error-code = { path = "../error-code" }
protobuf = {version = "2.18.0"}
bytes = "1.0"
2021-11-12 13:44:26 +00:00
unicode-segmentation = "1.8"
derive_more = {version = "0.99", features = ["display"]}
validator = "0.12.0"
log = "0.4.14"
fancy-regex = "0.5.0"
lazy_static = "1.4"
[dev-dependencies]
quickcheck = "0.9.2"
quickcheck_macros = "0.9.1"
fake = "~2.3.0"
claim = "0.4.0"
futures = "0.3.15"
serial_test = "0.5.1"