mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
12 lines
307 B
TOML
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 }
|