From 654cbe9a7ee324499fdbfd5e05fa7554da4ae1c7 Mon Sep 17 00:00:00 2001 From: Sathish Date: Sun, 19 Sep 2021 15:43:51 +0530 Subject: [PATCH] remove ~ from cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca26219..22ccf4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = ["sathishsoundharajan "] categories = ["development-tools"] homepage = "https://github.com/sathishsoundharajan/untildify" repository = "https://github.com/sathishsoundharajan/untildify" -keywords = ["tilde", "untildify", "~", "utility"] +keywords = ["tilde", "untildify", "utility"] documentation = "https://docs.rs/untildify" [badges.maintenance]