diff options
| -rw-r--r-- | talpid-wireguard/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/talpid-wireguard/Cargo.toml b/talpid-wireguard/Cargo.toml index 1b103f9d1d..0366e99d70 100644 --- a/talpid-wireguard/Cargo.toml +++ b/talpid-wireguard/Cargo.toml @@ -86,3 +86,4 @@ features = [ [dev-dependencies] proptest = { workspace = true } +tokio = { workspace = true, features = [ "test-util" ] } |
