Skip to content

Commit

Permalink
add keyword and category (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 committed Mar 28, 2022
1 parent c5bb42f commit 1ac22b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "libaes"
version = "0.6.1"
version = "0.6.2"
authors = ["Han Xu <keepsimple@gmail.com>"]
edition = "2018"
description = "AES cipher in safe Rust with no dependencies"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/keepsimple1/libaes"
documentation = "https://docs.rs/libaes"
keywords = ["crypto", "aes"]
keywords = ["crypto", "aes", "block-cipher"]
categories = ["cryptography"]
readme = "README.md"

0 comments on commit 1ac22b5

Please sign in to comment.