loro/crates/loro-ffi/Cargo.toml

20 lines
359 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"
2023-11-12 15:23:12 +00:00
license = "MIT"
2023-01-28 11:59:37 +00:00
# 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"