15 lines
323 B
TOML
15 lines
323 B
TOML
[package]
|
|
name = "nix-bindings-util-sys"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
license = "LGPL-2.1"
|
|
description = "Low-level FFI bindings to Nix utility library"
|
|
repository = "https://github.com/nixops4/nix-bindings-rust"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.69"
|
|
pkg-config = "0.3"
|