diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-10-17 11:24:08 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-10-20 18:17:06 +0200 |
| commit | b3cc38c2bea1869e495206ec1febc6a92bb300bc (patch) | |
| tree | 6c9663ef925b5699db8c2befcb5fa910b0e28deb /Cargo.lock | |
| parent | 5f5e7b3c0e4b14cd8cbd4e53919e3555e24319ed (diff) | |
| download | mullvadvpn-b3cc38c2bea1869e495206ec1febc6a92bb300bc.tar.xz mullvadvpn-b3cc38c2bea1869e495206ec1febc6a92bb300bc.zip | |
Move Event and Overlapped to talpid-windows crate
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index c929ce5754..63031c21c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3456,6 +3456,7 @@ dependencies = [ "talpid-tunnel", "talpid-tunnel-config-client", "talpid-types", + "talpid-windows", "talpid-windows-net", "talpid-wireguard", "tokio", @@ -3622,6 +3623,13 @@ dependencies = [ ] [[package]] +name = "talpid-windows" +version = "0.0.0" +dependencies = [ + "windows-sys 0.48.0", +] + +[[package]] name = "talpid-windows-net" version = "0.0.0" dependencies = [ |
