mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-23 23:39:10 +00:00
12 lines
373 B
TOML
12 lines
373 B
TOML
|
[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 = "" }
|