mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-06 04:19:34 +00:00
17 lines
442 B
TOML
17 lines
442 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 = [] }
|
|
|
|
[dev-dependencies]
|
|
color-backtrace = { version = "0.6" }
|
|
ctor = "0.2"
|