tsh/Cargo.toml
2025-05-23 22:55:10 +09:00

10 lines
206 B
TOML

[package]
name = "tsh"
description="A simple command line tool to move files to trash"
authors = ["imnyang <me@imnya.ng>"]
license = "GPL-3.0"
version = "1.0.0"
edition = "2024"
[dependencies]
trash = "5"