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

@@ -1,3 +1,5 @@
#![cfg(target_os = "linux")]
use std::fmt::Debug;
use wireguard_uapi::linux as wg;