loro/crates/loro-ffi/Cargo.toml
Leon Zhao 76c630027a
Some checks are pending
Release WASM / Release (push) Waiting to run
Test All / build (push) Waiting to run
feat: update loro-ffi to v1.1.3
2024-11-27 16:35:41 +08:00

12 lines
307 B
TOML

[package]
name = "loro-ffi"
version = "1.1.3"
edition = "2021"
license = "MIT"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
loro = { path = "../loro", features = ["counter", "jsonpath"] }
serde_json = { workspace = true }