2023-01-28 11:59:37 +00:00
|
|
|
[package]
|
|
|
|
name = "loro-ffi"
|
2024-11-27 08:18:57 +00:00
|
|
|
version = "1.1.3"
|
2023-01-28 11:59:37 +00:00
|
|
|
edition = "2021"
|
2023-11-12 15:23:12 +00:00
|
|
|
license = "MIT"
|
2024-04-09 08:23:48 +00:00
|
|
|
publish = false
|
2023-01-28 11:59:37 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-27 08:18:57 +00:00
|
|
|
loro = { path = "../loro", features = ["counter", "jsonpath"] }
|
2024-12-23 03:49:35 +00:00
|
|
|
loro-internal = { path = "../loro-internal", features = ["counter", "jsonpath"] }
|
2024-11-27 08:18:57 +00:00
|
|
|
serde_json = { workspace = true }
|