loro/crates/rle/Cargo.toml
Zixuan Chen 80ea31883e chore: use official enum-as-inner
#[inline] is added by default now in v0.5.1
2022-08-16 16:46:03 +08:00

12 lines
292 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"] }
num = "0.4.0"
enum-as-inner = "0.5.1"
owning_ref = "0.4.1"