Skip to content

Commit d4107b7

Browse files
committed
bootspec: flesh out Cargo.toml
1 parent ae93302 commit d4107b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bootspec/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "bootspec"
33
version = "0.1.0"
44
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]>"]
510

611
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
712

0 commit comments

Comments
 (0)