- add bindgen generated file so docs.rs works

This commit is contained in:
Wim Pomp
2025-08-10 18:09:32 +02:00
parent 222543630a
commit eebda907af
4 changed files with 1911 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "libczirw-sys"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
rust-version = "1.85.1"
authors = ["Wim Pomp <w.pomp@nki.nl>"]
@@ -18,6 +18,5 @@ anyhow = "1.0.98"
[build-dependencies]
anyhow = "1.0.98"
bindgen = "0.72.0"
cmake = "0.1.54"
git2 = "0.20.2"