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]