[package] name = "unix-no" version = "0.2.6" edition = "2021" license = "GPL-3.0" description = "Output a string repeatedly until killed." homepage = "https://github.com/metamethods/no" documentation = "https://github.com/metamethods/no/blob/master/README.md" repository = "https://github.com/metamethods/no" readme = "README.md" keywords = ["unix", "no", "cli"] authors = ["metamethods "] [[bin]] name = "no" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.12", features = ["derive"] }