레피지토리 추가

This commit is contained in:
imnyang 2025-05-29 23:29:30 +09:00
commit f58c45534c
2 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View file

@ -245,7 +245,7 @@ dependencies = [
[[package]] [[package]]
name = "tsh" name = "tsh"
version = "1.0.0" version = "1.1.0"
dependencies = [ dependencies = [
"trash", "trash",
] ]

View file

@ -1,9 +1,11 @@
[package] [package]
name = "tsh" name = "tsh"
description="A simple command line tool to move files to trash" description="A simple command line tool to move files to trash"
repository = "https://github.com/imnyang/tsh"
authors = ["imnyang <me@imnya.ng>"] authors = ["imnyang <me@imnya.ng>"]
license = "GPL-3.0" license = "GPL-3.0"
version = "1.0.0" version = "1.1.0"
edition = "2024" edition = "2024"
[dependencies] [dependencies]