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
373 B

[package]
name = "tun2proxy"
version = "0.1.0"
authors = ["B. Blechschmidt"]
edition = "2018"
[dependencies]
smoltcp = { version="0.8.0", git="https://github.com/smoltcp-rs/smoltcp", features = ["std"], rev="cb1828cbe6d19b10cb50d3e4323fa8c5ca25e5e4" }
mio = { version="0.7", features = ["os-poll", "net", "os-util"]}
clap = { version = "2.33.3" }
chrono = {version = "" }