15 lines
No EOL
223 B
TOML
15 lines
No EOL
223 B
TOML
[package]
|
|
name = "ffi-wrapper"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
shared = { path = "../shared" }
|
|
libc = "0.2.2"
|
|
|
|
[build-dependencies]
|
|
cbindgen = "0.28.0" |