rustcat 0.0.2

rustcat - Like Netcat but in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.getopts]
version = "0.2"

[dependencies.rustyline]
version = "8.2.0"

[dependencies.termion]
version = "1.5.6"

[package]
authors = ["robiot"]
description = "rustcat - Like Netcat but in Rust"
edition = "2018"
license = "MIT"
name = "rustcat"
repository = "https://github.com/robiot/rustcat"
version = "0.0.2"