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"