Skip to content

Commit

Permalink
add categories and keywords to Cargo.toml and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
auronandace committed Jul 20, 2023
1 parent 1045f95 commit 4f74ce1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "fips197"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "ISC"
description = "A 0 dependency, no_std implementation of AES128, AES192 and AES256 ciphers."
categories = ["algorithms", "cryptography", "no-std", "no-std::no-alloc"]
keywords = ["aes-128", "aes-192", "aes-256", "ciphers"]
readme = "README.md"
exclude = ["target", "Cargo.lock"]
documentation = "https://docs.rs/fips197"
Expand Down

0 comments on commit 4f74ce1

Please sign in to comment.