This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
vxlan-router/Cargo.toml
2025-01-31 16:02:14 +01:00

8 lines
179 B
TOML

[package]
name = "vxlan-router"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "net"] }
pnet = "0.35.0"