mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
8036d070ad
* chore: sync strategy for collab type * chore: update rev id * chore: update rev id * ci: fix test * ci: fix test
23 lines
483 B
TOML
23 lines
483 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.workspace = true
|
|
indexmap = {version = "2.1.0", features = ["serde"]}
|
|
tracing.workspace = true
|
|
lazy_static = "1.4.0"
|
|
strum = "0.21"
|
|
strum_macros = "0.21"
|
|
bytes = "1.4"
|
|
indextree = "4.5.0"
|
|
|
|
|
|
[features]
|
|
flowy_unit_test = []
|