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]