[[bin]]
name = "send"
path = "src/bin/send/main.rs"
required-features = ["bin"]
[dependencies.dia-args]
optional = true
version = "0.51"
[features]
bin = ["dia-args"]
[package]
authors = ["Hai Bison <haibison.apps@gmail.com>"]
categories = ["command-line-utilities"]
description = "This program lets the user type in input and sends it to either external command or piped-stdout"
edition = "2018"
keywords = ["command-line"]
license-file = "LICENSE"
name = "send"
repository = "https://bitbucket.org/haibison/send-rs"
version = "0.8.0"