From 01e8097fccb4d5c1aadbc73e0e27941a6e60bc9b Mon Sep 17 00:00:00 2001 From: Zachary Dziura Date: Sat, 10 Mar 2018 10:16:49 -0500 Subject: [PATCH] Updated Cargo.toml keyword values --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a308bea..2afd834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Zachary Dziura "] readme = "README.md" license = "Unlicense/MIT" repository = "https://gitlab.com/zcdziura/sterling" -keywords = ["d&d", "coins", "converter", "currency", "5e"] +keywords = ["dnd", "coins", "converter", "currency", "5e"] [dependencies] clap = "2.31.1"