comandare 0.2.0

TCP Command Execution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[bin]]
name = "comandare"
path = "src/bin.rs"

[dependencies]

[lib]
name = "comandare"
path = "src/lib.rs"

[package]
authors = ["Gregory Langlais <general@gregorylanglais.com>"]
description = "TCP Command Execution"
edition = "2018"
license = "MIT"
name = "comandare"
version = "0.2.0"