feat: add rust tcp

This commit is contained in:
2021-02-17 12:10:11 +08:00
parent ed41681faf
commit 38439e4204
7 changed files with 1753 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[package]
name = "trust"
version = "0.1.0"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
edition = "2018"
[dependencies]
tun-tap = "0.1.2"
etherparse = "0.8"
bitflags = "1.0"
nix = "0.13"
[lib]
name = "trust"
[[bin]]
name = "trust"