mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
33 lines
692 B
TOML
33 lines
692 B
TOML
[package]
|
|
name = "lib-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"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
#protobuf = {version = "2.18.0"}
|
|
#flowy-derive = { path = "../flowy-derive" }
|
|
tokio = {version = "1", features = ["sync"]}
|
|
dashmap = "4.0"
|
|
md5 = "0.7.0"
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
|
|
serde_json = {version = "1.0"}
|
|
derive_more = {version = "0.99", features = ["display"]}
|
|
log = "0.4"
|
|
tracing = { version = "0.1", features = ["log"] }
|
|
lazy_static = "1.4.0"
|
|
strum = "0.21"
|
|
strum_macros = "0.21"
|
|
bytes = "1.0"
|
|
|
|
|
|
[features]
|
|
flowy_unit_test = []
|
|
|
|
|