Adopt idiomatic Rust `-sys` crate naming convention, aligning with the direction in PR #37 without adopting the full crate splitting.
13 lines
201 B
TOML
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"
|