diff --git a/Cargo.toml b/Cargo.toml index 02226c7..6bea012 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,8 @@ [package] name = "tsh" +description="A simple command line tool to move files to trash" +authors = ["imnyang "] +license = "GPL-3.0" version = "0.1.0" edition = "2024"