Add missing description fields to -sys crates

This commit is contained in:
Robert Hensing 2026-01-13 17:10:54 +01:00
parent db5637a448
commit 9b2959d57d
5 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,7 @@ version = "0.2.0"
edition = "2021"
build = "build.rs"
license = "LGPL-2.1"
description = "Low-level FFI bindings to the Boehm-Demers-Weiser garbage collector"
repository = "https://github.com/nixops4/nix-bindings-rust"
readme = "README.md"

View file

@ -4,6 +4,7 @@ version = "0.2.0"
edition = "2021"
build = "build.rs"
license = "LGPL-2.1"
description = "Low-level FFI bindings to the Nix expression evaluator"
repository = "https://github.com/nixops4/nix-bindings-rust"
readme = "README.md"

View file

@ -4,6 +4,7 @@ version = "0.2.0"
edition = "2021"
build = "build.rs"
license = "LGPL-2.1"
description = "Low-level FFI bindings to the nix-fetchers library"
repository = "https://github.com/nixops4/nix-bindings-rust"
readme = "README.md"

View file

@ -4,6 +4,7 @@ version = "0.2.0"
edition = "2021"
build = "build.rs"
license = "LGPL-2.1"
description = "Low-level FFI bindings to Nix flakes"
repository = "https://github.com/nixops4/nix-bindings-rust"
readme = "README.md"

View file

@ -4,6 +4,7 @@ version = "0.2.0"
edition = "2021"
build = "build.rs"
license = "LGPL-2.1"
description = "Low-level FFI bindings to the Nix store library"
repository = "https://github.com/nixops4/nix-bindings-rust"
readme = "README.md"