AppFlowy/shared-lib/lib-ot/Cargo.toml
2023-01-30 11:11:19 +08:00

24 lines
525 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]
serde = { version = "1.0", features = ["derive", "rc"] }
thiserror = "1.0"
serde_json = { version = "1.0" }
indexmap = {version = "1.9.1", features = ["serde"]}
log = "0.4"
tracing = { version = "0.1", features = ["log"] }
lazy_static = "1.4.0"
strum = "0.21"
strum_macros = "0.21"
bytes = "1.0"
indextree = "4.4.0"
[features]
flowy_unit_test = []