diff --git a/Cargo.toml b/Cargo.toml index ca59133..1733da2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ authors = ["spuds", "trumank"] license = "MIT OR Apache-2.0" version = "0.2.1" edition = "2021" +keywords = ["unreal-engine", "pak", "unrealpak"] [workspace.dependencies] aes = "0.8.2" diff --git a/repak/Cargo.toml b/repak/Cargo.toml index c9af637..920e621 100644 --- a/repak/Cargo.toml +++ b/repak/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true license.workspace = true version.workspace = true edition.workspace = true +keywords.workspace = true [features] default = ["compression", "encryption"]