From fc38e623536ce0d1c84505331173c3900e89035e Mon Sep 17 00:00:00 2001 From: Russell Banks <74878137+russellbanks@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:16:48 +0000 Subject: [PATCH] Add package metadata --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 622bdf9..7e2f8b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }