Add cargo-test runner for macos x86-64 (#348)

* added cargo-test runner for macos 86-64
---------

Co-authored-by: Prabhpreet Dua <615318+prabhpreet@users.noreply.github.com>
This commit is contained in:
Alice Michaela Bowman
2024-06-17 15:48:19 +02:00
committed by GitHub
parent 7c54a37618
commit bdad414c90
7 changed files with 82 additions and 48 deletions

View File

@@ -77,6 +77,6 @@ procspawn = {version = "1.0.0", features= ["test-support"]}
#Broker dependencies (might need cleanup or changes)
wireguard-uapi = "3.0.0"
wireguard-uapi = { version = "3.0.0", features = ["xplatform"] }
command-fds = "0.2.3"
rustix = { version = "0.38.27", features = ["net"] }