jqrutils 0.1.0

Small Unix utilities: quiet, errfail, prefix
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "jqrutils"
version = "0.1.0"
authors = ["Elijah Miller <elijah.miller@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small Unix utilities: quiet, errfail, prefix"
homepage = "https://github.com/jqr/jqrutils"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jqr/jqrutils"

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

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

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

[[test]]
name = "errfail"
path = "tests/errfail.rs"

[[test]]
name = "prefix"
path = "tests/prefix.rs"

[[test]]
name = "quiet"
path = "tests/quiet.rs"