Skip to content

Commit

Permalink
bootspec: flesh out Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-h committed Apr 13, 2023
1 parent ae93302 commit d4107b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bootspec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "bootspec"
version = "0.1.0"
edition = "2021"
description = "An implementation of NixOS RFC 125's bootspec datatype"
license = "MIT"
repository = "https://github.com/DeterminateSystems/bootspec"
documentation = "https://docs.rs/bootspec/latest/bootspec"
authors = ["Graham Christensen <[email protected]>", "Cole Helbling <[email protected]>"]

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

Expand Down

0 comments on commit d4107b7

Please sign in to comment.