mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-28 17:41:49 +00:00
16 lines
375 B
TOML
16 lines
375 B
TOML
[package]
|
|
name = "rle"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bumpalo = { version = "3.10.0", features = ["collections", "boxed"] }
|
|
num = "0.4.0"
|
|
enum-as-inner = "0.5.1"
|
|
owning_ref = "0.4.1"
|
|
|
|
[dev-dependencies]
|
|
color-backtrace = { version = "0.5" }
|
|
ctor = "0.1.23"
|