doc: Add "compression" as a keyword
This commit is contained in:
parent
3f114a53ca
commit
629623594d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ authors = [
|
||||||
]
|
]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/zip-rs/zip2.git"
|
repository = "https://github.com/zip-rs/zip2.git"
|
||||||
keywords = ["zip", "archive"]
|
keywords = ["zip", "archive", "compression"]
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.70.0"
|
||||||
description = """
|
description = """
|
||||||
Library to support the reading and writing of zip files.
|
Library to support the reading and writing of zip files.
|
||||||
|
|
Loading…
Add table
Reference in a new issue