Add repak_cli crate description

This commit is contained in:
Truman Kilen 2024-01-11 17:41:19 -06:00
parent bbe33bd033
commit 479cf6c61c

View file

@ -1,11 +1,18 @@
[package] [package]
name = "repak_cli" name = "repak_cli"
description = "Utility for building/extracting/inspecting Unreal Engine .pak files"
repository.workspace = true repository.workspace = true
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
version.workspace = true version.workspace = true
edition.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]] [[bin]]
name = "repak" name = "repak"
path = "src/main.rs" path = "src/main.rs"