From 479cf6c61c407fcc016d232642567b3d8499d5f0 Mon Sep 17 00:00:00 2001 From: Truman Kilen Date: Thu, 11 Jan 2024 17:41:19 -0600 Subject: [PATCH] Add repak_cli crate description --- repak_cli/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/repak_cli/Cargo.toml b/repak_cli/Cargo.toml index 4d93536..792d723 100644 --- a/repak_cli/Cargo.toml +++ b/repak_cli/Cargo.toml @@ -1,11 +1,18 @@ [package] name = "repak_cli" +description = "Utility for building/extracting/inspecting Unreal Engine .pak files" repository.workspace = true authors.workspace = true license.workspace = true version.workspace = true edition.workspace = true +[package.metadata.wix] +upgrade-guid = "723E95D8-E87B-46BC-AD3B-C128583967CF" +path-guid = "F58A5112-1B44-49DA-8772-4E68F01E4AB7" +license = false +eula = false + [[bin]] name = "repak" path = "src/main.rs"