From 629623594d9681d50b1e82298d9d087bc04e83f1 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Sat, 11 May 2024 15:39:55 -0700 Subject: [PATCH] doc: Add "compression" as a keyword --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index baca4f85..cf36d004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = [ ] license = "MIT" repository = "https://github.com/zip-rs/zip2.git" -keywords = ["zip", "archive"] +keywords = ["zip", "archive", "compression"] rust-version = "1.70.0" description = """ Library to support the reading and writing of zip files.