loro/crates/loro-ffi/Cargo.toml

19 lines
343 B
TOML
Raw Normal View History

2023-01-28 11:59:37 +00:00
[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]
2023-01-28 11:59:37 +00:00
loro-internal = { path = "../loro-internal" }
2023-01-28 11:59:37 +00:00
[lib]
2023-01-28 11:59:37 +00:00
crate-type = ["staticlib", "cdylib"]
2023-01-28 11:59:37 +00:00
name = "loro"
[build-dependencies]
cbindgen = "0.24.3"