You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
255 B
11 lines
255 B
[package]
|
|
authors = ["B. Blechschmidt"]
|
|
edition = "2018"
|
|
name = "tun2proxy"
|
|
version = "0.1.1"
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
clap = "3.2"
|
|
mio = { version = "0.8", features = ["os-poll", "net", "os-ext"] }
|
|
smoltcp = { version = "0.8", features = ["std"] }
|
|
|