loro/crates/loro-ffi/Cargo.toml
Zixuan Chen 479c2268f3
feat: UndoManager's onPush now can access the change event (#588)
Include `origin` and `commitMessage` in the UndoManager's onPush and onPop #584
2024-12-23 11:49:35 +08:00

13 lines
389 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"] }
loro-internal = { path = "../loro-internal", features = ["counter", "jsonpath"] }
serde_json = { workspace = true }