Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions nix-bindings-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@ version = "2.28.5"
authors = [ "NotAShelf <raf@notashelf.dev>" ]
edition = "2024"
license = "MIT"
description = "Raw, unsafe FFI bindings to the Nix C API (for use by higher-level crates)"
description = "Raw, unsafe FFI bindings to the Nix C API"
repository = "https://github.com/notashelf/nix-bindings"
publish = true

[lib]
path = "lib.rs"

[build-dependencies]
bindgen = { version = "0.72.0", default-features = false, features = [ "logging", "runtime" ] }
bindgen = { version = "0.72.1", default-features = false, features = [ "logging", "runtime" ] }
doxygen-bindgen = "0.1.3"
pkg-config = "0.3.32"

[dependencies]

[dev-dependencies]
serial_test = "3.2.0"

Expand Down
Loading
Loading