mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
5f1353791d
* refactor: rm txn.abort and related undo behavior * perf: simplify richtext state when there is not styles * perf: reduce text cost when there is no style * chore: refine logs * perf: remove cid in states to reduce mem overhead * refactor: reduce mem overhead by using a compacter mapvalue * refactor: rm the box inside richtext state
18 lines
465 B
TOML
18 lines
465 B
TOML
[package]
|
|
name = "examples"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bench-utils = { path = "../bench-utils" }
|
|
loro = { path = "../loro" }
|
|
tabled = "0.15.0"
|
|
arbitrary = { version = "1.3.0", features = ["derive"] }
|
|
debug-log = { version = "0.3.1", features = [] }
|
|
serde_json = "1.0.111"
|
|
|
|
[dev-dependencies]
|
|
color-backtrace = { version = "0.6" }
|
|
ctor = "0.2"
|