From fb4c087a5fca8d6397b5db803d0e9b1e252c498c Mon Sep 17 00:00:00 2001 From: Sathish Date: Sun, 19 Sep 2021 15:41:19 +0530 Subject: [PATCH] fix cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cd52141..ca26219 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "untildify" +description = "Utility to replace ~ with user home directory." version = "0.1.0" edition = "2018" license = "MIT"