From d817b31122967df5a2669dcc14ef683ce397afda Mon Sep 17 00:00:00 2001 From: Justin Moore Date: Thu, 6 Oct 2022 12:34:06 -0500 Subject: [PATCH] Update manifest for publish --- Cargo.lock | 2 +- Cargo.toml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fdf416..7104c05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "pdblister" -version = "0.1.0" +version = "0.0.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index e5f30cf..87e0388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "pdblister" -version = "0.1.0" -authors = ["Gogs "] +description = "Faster version of `symchk /om` for generating PDB manifests of offline machines" +license-file = "LICENSE" +homepage = "https://github.com/microsoft/pdblister" +repository = "https://github.com/microsoft/pdblister" +version = "0.0.1" +authors = ["Gogs ", "Justin Moore "] edition = "2018" [dependencies]