mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 12:36:14 -07:00
15 lines
236 B
TOML
15 lines
236 B
TOML
[package]
|
|
name = "tcp-proxy"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
authors = ["ZeroTier, Inc. <contact@zerotier.com>"]
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
socket2 = "^0"
|
|
tokio-uring = "0.5.0"
|
|
tokio = "^1.2"
|
|
|
|
[dev-dependencies]
|