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.
12 lines
271 B
12 lines
271 B
[package]
|
|
authors = ["B. Blechschmidt"]
|
|
edition = "2018"
|
|
name = "tun2proxy"
|
|
version = "0.1.1"
|
|
|
|
[dependencies]
|
|
clap = "3.2"
|
|
mio = { version = "0.8", features = ["os-poll", "net", "os-ext"] }
|
|
smoltcp = { version = "0.8", features = ["std"] }
|
|
log = "0.4"
|
|
env_logger = "0.9"
|
|
|