Add missing description fields to -sys crates
This commit is contained in:
parent
db5637a448
commit
9b2959d57d
5 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue