This allows cargo metadata to operate on it without adding the source files to the build. (A choice which will save a few rebuilds of the manual) (cherry picked from commit 1779295f3e13cc15f8422d52a3753bb927ac8fa7)
12 lines
173 B
TOML
12 lines
173 B
TOML
[package]
|
|
name = "nix-c-raw"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.69.4"
|
|
pkg-config = "0.3.30"
|