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-02-19 16:31:34 +01:00

9 lines
235 B
TOML

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