Add description and repository metadata to all crates

This commit is contained in:
Robert Hensing 2026-01-12 20:45:44 +01:00
parent 1caf7b85dd
commit 862dcd9eeb
6 changed files with 12 additions and 0 deletions

View file

@ -3,6 +3,8 @@ name = "nix-bindings-expr"
version = "0.1.0"
edition = "2021"
license = "LGPL-2.1"
description = "Rust bindings to Nix expression evaluator"
repository = "https://github.com/nixops4/nix-bindings-rust"
[lib]
path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "nix-bindings-fetchers"
version = "0.1.0"
edition = "2021"
license = "LGPL-2.1"
description = "Rust bindings to Nix fetchers"
repository = "https://github.com/nixops4/nix-bindings-rust"
[lib]
path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "nix-bindings-flake"
version = "0.1.0"
edition = "2021"
license = "LGPL-2.1"
description = "Rust bindings to Nix flakes"
repository = "https://github.com/nixops4/nix-bindings-rust"
[lib]
path = "src/lib.rs"

View file

@ -4,6 +4,8 @@ version = "0.1.0"
edition = "2021"
build = "build.rs"
license = "LGPL-2.1"
description = "Rust bindings to Nix store library"
repository = "https://github.com/nixops4/nix-bindings-rust"
[lib]
path = "src/lib.rs"

View file

@ -4,6 +4,8 @@ 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"

View file

@ -3,6 +3,8 @@ name = "nix-bindings-util"
version = "0.1.0"
edition = "2021"
license = "LGPL-2.1"
description = "Rust bindings to Nix utility library"
repository = "https://github.com/nixops4/nix-bindings-rust"
[lib]
path = "src/lib.rs"