yes-cli 0.1.0-beta.1

Send string repetitively to stdout
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "getopt3"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "632a9145659009060dd65a4d3b8abc4c0fa353a9936e3e6da00d19c475d747ec"

[[package]]
name = "yes-cli"
version = "0.1.0-beta.1"
dependencies = [
 "getopt3",
]