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

9 lines
179 B
TOML
Raw Normal View History

2025-01-29 17:08:31 +01:00
[package]
name = "vxlan-router"
version = "0.1.0"
edition = "2021"
[dependencies]
2025-01-31 15:59:22 +01:00
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "net"] }
pnet = "0.35.0"