레피지토리 추가
This commit is contained in:
parent
fd10d48ef5
commit
f58c45534c
2 changed files with 4 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -245,7 +245,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tsh"
|
name = "tsh"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"trash",
|
"trash",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue