mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-02 11:06:14 +00:00
11 lines
244 B
TOML
11 lines
244 B
TOML
[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"
|
|
rle = {path = "../rle"}
|
|
smallvec = "1.8.0"
|