Files
bgp/Cargo.toml
2023-05-29 16:43:22 +02:00

10 lines
97 B
TOML

[workspace]
members = [
"bgpd",
# "netlink",
# Tests
"tests/integration_tests"
]