mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-31 11:52:14 +00:00
12 lines
271 B
TOML
12 lines
271 B
TOML
[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"
|