[package] name = "rouch" version = "0.1.0" edition = "2021" authors = ["tnmyk <@tnmyk>"] license = "MIT" description = "Fast `touch` rewrite in Rust" readme = "README.md" homepage = "https://github.com/tnmyk/rouch" repository = "https://github.com/tnmyk/rouch" keywords = ["cli", "touch"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.0", features = ["derive"] }