mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-28 09:25:36 +00:00
4414053a82
* chore: init ffi * feat: impl doc and LoroList * feat: impl containers * feat: unknown container * feat: event ffi * chore: clean * feat: ffi undo manager * chore: cargo fix * chore: cargo fix * fix: ffi value or container * fix: ffi arc * fix: is attached for movable list * bk * feat: all LoroDoc func * feat: refine vv * feat: ffi frontiers * feat: ffi awareness * fix: merge
12 lines
No EOL
304 B
TOML
12 lines
No EOL
304 B
TOML
[package]
|
|
name = "loro-ffi"
|
|
version = "0.16.2"
|
|
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} |