From f58c45534c5c0731da55c9b676ea40f29c456d11 Mon Sep 17 00:00:00 2001 From: imnyang Date: Thu, 29 May 2025 23:29:30 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A0=88=ED=94=BC=EC=A7=80=ED=86=A0=EB=A6=AC?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1e519b..a41b88c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "tsh" -version = "1.0.0" +version = "1.1.0" dependencies = [ "trash", ] diff --git a/Cargo.toml b/Cargo.toml index 7ecf2e9..c6b3b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,11 @@ [package] name = "tsh" description="A simple command line tool to move files to trash" +repository = "https://github.com/imnyang/tsh" + authors = ["imnyang "] license = "GPL-3.0" -version = "1.0.0" +version = "1.1.0" edition = "2024" [dependencies]