Skip to content

Commit

Permalink
Add package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
russellbanks committed Dec 5, 2023
1 parent f434caf commit fc38e62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "package-family-name"
version = "1.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
categories = ["no-std"]
description = "Library for calculating MSIX Package Family Name values."
documentation = "https://docs.rs/package-family-name"
readme = "README.md"
repository = "https://github.com/rust-lang/cargo"

[dependencies]
sha2 = { version = "0.10", default-features = false }

0 comments on commit fc38e62

Please sign in to comment.