send 0.8.0

This program lets the user type in input and sends it to either external command or piped-stdout
Documentation
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 = "dia-args"
version = "0.51.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212be24fb4615af9e65dea2998d68b6fff32e73e406b03ee2e51bb6da36f8412"

[[package]]
name = "send"
version = "0.8.0"
dependencies = [
 "dia-args",
]