mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 10:54:38 +00:00
Add crate keywords
This commit is contained in:
parent
a355784e6e
commit
dccdc13739
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ authors = ["spuds", "trumank"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.2.1"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
keywords = ["unreal-engine", "pak", "unrealpak"]
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
aes = "0.8.2"
|
aes = "0.8.2"
|
||||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
keywords.workspace = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["compression", "encryption"]
|
default = ["compression", "encryption"]
|
||||||
|
|
Loading…
Reference in a new issue