[package] name = "loro-ffi" version = "0.1.0" edition = "2021" build = "build.rs" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] loro-internal = { path = "../loro-internal" } [lib] crate-type = ["staticlib", "cdylib"] name = "loro" [build-dependencies] cbindgen = "0.24.3"