mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 10:54:38 +00:00
Add repak_cli crate description
This commit is contained in:
parent
bbe33bd033
commit
479cf6c61c
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue