loro/crates/loro-core/Cargo.toml

13 lines
266 B
TOML
Raw Normal View History

2022-07-12 16:47:41 +00:00
[package]
name = "loro-core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
string_cache = "0.8.3"
2022-07-13 06:39:22 +00:00
rle = {path = "../rle"}
2022-07-15 10:24:15 +00:00
smallvec = "1.8.0"
smartstring = "1.0.1"