From 0f3d657733bf74d374ae7fb0b69f4a6e5f0b099e Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Mon, 24 Jul 2023 21:16:34 +0100 Subject: [PATCH] Add keywords (#27) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fd45357..1b8bce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ readme = "README.md" description = """ A simple library for keeping secrets out of logs. """ +keywords = ["secret", "logging", "pii", "password", "no_std"] documentation = "https://docs.rs/redact/" repository = "https://github.com/eopb/redact" edition = "2021"