[package] name = "rustutils-yes" version = "0.1.0" edition = "2021" authors = ["Patrick M. Elsen "] license = "MIT" description = "Repeatedly output a line with the specified strings, or 'y'" [dependencies] clap = { version = "3.2.8", features = ["derive"] } rustutils-runnable = { version = "0.1.0", path = "../../runnable" }