[package] name = "tinytools" description = "A collection of tools that enhance your experience in shell." version = "1.1.2" authors = ["Gaoyang Zhang "] edition = "2018" license = "MIT" repository = "https://github.com/blurgyy/tinytools" keywords = ["cli", "shell"] categories = ["command-line-utilities"] [[bin]] name = "tt" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3" # Author: Blurgy # Date: Jun 29 2021, 22:50 [CST]