From b48e5377ba2878db633bf9c98c94cc7dacaa5dc7 Mon Sep 17 00:00:00 2001 From: imnyang Date: Fri, 23 May 2025 22:52:27 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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"