We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae93302 commit d4107b7Copy full SHA for d4107b7
bootspec/Cargo.toml
@@ -2,6 +2,11 @@
2
name = "bootspec"
3
version = "0.1.0"
4
edition = "2021"
5
+description = "An implementation of NixOS RFC 125's bootspec datatype"
6
+license = "MIT"
7
+repository = "https://github.com/DeterminateSystems/bootspec"
8
+documentation = "https://docs.rs/bootspec/latest/bootspec"
9
+authors = ["Graham Christensen <[email protected]>", "Cole Helbling <[email protected]>"]
10
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
0 commit comments