mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-01 04:12:13 +00:00
11 lines
255 B
TOML
11 lines
255 B
TOML
[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"] }
|