diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-03-09 19:42:12 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-03-09 19:42:12 +0800 |
| commit | f7e36925c566cd8336e71eb507c8a766240f03a0 (patch) | |
| tree | ba92f1d6a69a738e00a1d77b5f19cbbe7c57deab /Cargo.lock | |
| parent | 2827668ab5f38c05f95a0060988313c449436267 (diff) | |
Add C FFI bindings for library usage
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -125,6 +125,14 @@ dependencies = [ ] [[package]] +name = "butchunker_ffi" +version = "0.1.0" +dependencies = [ + "butchunker", + "libc", +] + +[[package]] name = "butck_fixed_size" version = "0.1.0" |
