summaryrefslogtreecommitdiff
path: root/ffi/Cargo.toml
blob: 64f311e8a7b052c0c1eafc603a5b2ad58eda9056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "butchunker_ffi"
version = "0.1.0"
edition = "2024"

[lib]
crate-type = ["cdylib", "staticlib"]
name = "lib_butck"

[dependencies]
libc = "0.2"
butchunker = { path = "../" }