From b6338e11e5799c98014a919681c3e6bd515fead7 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 2 Feb 2021 20:51:16 -0800 Subject: [PATCH] Bump version and keywords --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f3f579..eabf715 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "fuzzytags" description = "a probabilistic cryptographic structure for metadata resistant tagging" -version = "0.2.2" +version = "0.2.3" repository = "https://git.openprivacy.ca/openprivacy/fuzzytags" authors = ["Sarah Jamie Lewis "] edition = "2018" license = "MIT" +keywords = ["fuzzytags","privacy","metadata-resistance","ristretto","cryptography"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html