loro/crates/loro-ffi/Cargo.toml
2023-01-29 17:48:37 +08:00

18 lines
343 B
TOML

[package]
name = "loro-ffi"
version = "0.1.0"
edition = "2021"
build = "build.rs"
# 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"