This makes it easier for tooling to find the Rust stuff. Rust/non-rust is not a useful distinction in this repo anymore anyway.
13 lines
204 B
TOML
13 lines
204 B
TOML
[package]
|
|
name = "nix-bindings-bindgen-raw"
|
|
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"
|