Skip to content

Commit

Permalink
Updates keywords and adds badges to the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
matzefriedrich committed Sep 27, 2024
1 parent 51b2652 commit 8ecc152
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "An extension crate for zip."
readme = "README.md"
repository = "https://github.com/matzefriedrich/zip-extensions-rs"
license = "MIT"
keywords = ["zip", "archive"]
keywords = ["zip", "archive", "compression"]
exclude = [
"**/*.yml",
"**/*.json",
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# zip-extensions-rs

![Rust](https://github.com/matzefriedrich/zip-extensions-rs/workflows/Rust/badge.svg)
![Crates.io](https://img.shields.io/crates/v/zip-extensions)
![Crates.io Version](https://img.shields.io/crates/v/zip-extensions)
![Crates.io Size](https://img.shields.io/crates/size/zip-extensions)
![GitHub License](https://img.shields.io/github/license/matzefriedrich/zip-extensions-rs)


An extension crate for https://github.com/zip-rs/zip2 that provides high-level functions for common ZIP tasks, such as extracting archives to a directory.
Expand All @@ -15,7 +17,7 @@ Add the following dependencies to the `Cargo.toml` file.
````toml
[dependencies]
zip = "2.1.1"
zip-extensions = "0.8.0"
zip-extensions = "0.8.1"
````

See https://github.com/zip-rs/zip2 fur further information about `zip` dependencies.
Expand Down

0 comments on commit 8ecc152

Please sign in to comment.