Add utility binary for testing
Some checks are pending
Rust / build (push) Waiting to run

This commit is contained in:
Rayhaan Jaufeerally
2024-08-18 10:42:42 +00:00
parent f937d2e526
commit 661946b2f8
4 changed files with 95 additions and 182 deletions

View File

@ -29,3 +29,7 @@ path = "src/bgp_server/main.rs"
[[bin]]
name = "client"
path = "src/client/main.rs"
[[bin]]
name = "util"
path = "src/util/main.rs"