[package] name = "newfile" description = "newfile (n) - A very simple utility to create files and folders" readme = "README.md" authors = ["Laurynas Keturakis "] homepage = "https://github.com/keturiosakys/n" repository = "https://github.com/keturiosakys/n" categories = ["command-line-utilities"] license = "MIT" version = "0.1.0" edition = "2021" [[bin]] name = "n" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0.8", features = ["derive"] }