nixide/nix-bindings-util-sys/Cargo.toml
Robert Hensing e6148b587f Rename nix-bindings-bindgen-raw to nix-bindings-util-sys
Adopt idiomatic Rust `-sys` crate naming convention, aligning with
the direction in PR #37 without adopting the full crate splitting.
2026-01-12 19:56:04 +01:00

13 lines
201 B
TOML

[package]
name = "nix-bindings-util-sys"
version = "0.1.0"
edition = "2021"
build = "build.rs"
license = "LGPL-2.1"
[lib]
path = "src/lib.rs"
[build-dependencies]
bindgen = "0.69"
pkg-config = "0.3"