nixide/rust/nix-c-raw/Cargo.toml
Robert Hensing 858bec68bc feat: Add crate nix-c-raw
See README. Most of this is in accordance with the bindgen introduction.

The c_headers function was taken from Zach Mitchell's work on bindings.

Co-authored-by: Zach Mitchell <zmitchell@fastmail.com>
(cherry picked from commit 83d8ae6b26d341bbd452a77d7361f58c06a2d322)
2025-09-30 18:19:39 +02:00

11 lines
153 B
TOML

[package]
name = "nix-c-raw"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[lib]
[build-dependencies]
bindgen = "0.69.4"
pkg-config = "0.3.30"