mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-06 04:19:34 +00:00
16 lines
346 B
TOML
16 lines
346 B
TOML
[package]
|
|
name = "loro-common"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = "1.0.171"
|
|
thiserror = "1.0.43"
|
|
rle = {path = "../rle"}
|
|
wasm-bindgen = {version= "0.2.87", optional=true}
|
|
fxhash = "0.2.1"
|
|
|
|
[features]
|
|
wasm = ["wasm-bindgen"]
|