feat: add rust tcp
This commit is contained in:
17
__network/rust_tcp/Cargo.toml
Normal file
17
__network/rust_tcp/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user