loro/crates/loro-ffi/Cargo.toml
2023-11-12 23:23:12 +08:00

19 lines
359 B
TOML

[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"