yes-cli 0.1.0-beta.3

Sends string repeatedly to stdout
[[bin]]
name = "no"
path = "src/no.rs"

[[bin]]
name = "yes"
path = "src/yes.rs"

[dependencies.getopt3]
version = "2.6.0"

[package]
authors = ["Radim Kolar <hsn@sendmail.cz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Sends string repeatedly to stdout"
edition = "2021"
homepage = "https://gitlab.com/hsn10/yes"
license = "Unlicense OR CC0-1.0"
name = "yes-cli"
readme = "README.md"
repository = "https://gitlab.com/hsn10/yes.git"
rust-version = "1.56"
version = "0.1.0-beta.3"

[profile.release]
lto = true
panic = "abort"