Skip to content

Commit e20a0b2

Browse files
committed
Refactor connectivity check to be async
1 parent d0e32be commit e20a0b2

File tree

16 files changed

+552
-502
lines changed

16 files changed

+552
-502
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

talpid-wireguard/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rust-version.workspace = true
1111
workspace = true
1212

1313
[dependencies]
14+
async-trait = "0.1"
1415
thiserror = { workspace = true }
1516
futures = { workspace = true }
1617
hex = "0.4"

0 commit comments

Comments
 (0)