mirror of
https://github.com/loro-dev/loro.git
synced 2024-12-04 05:29:48 +00:00
18 lines
343 B
TOML
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"
|