Files
bgp/Cargo.toml
2024-03-04 22:37:08 +01:00

9 lines
97 B
TOML

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