nixide/rust/nix-c-raw/Cargo.toml
Robert Hensing 9213c9a5a0 feat: Make Cargo.toml source locations explicit
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)
2025-10-04 02:31:16 +02:00

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"