loro/crates/loro-core/Cargo.toml

15 lines
300 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"
2022-07-15 13:51:19 +00:00
fxhash = "0.2.1"
2022-07-18 05:53:16 +00:00
ring = "0.16.20"