diff options
| author | Emīls <emils@mullvad.net> | 2019-12-09 23:50:34 +0000 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2019-12-13 18:07:17 +0000 |
| commit | b00a47aa2bd0feee35eefaa8d0689518dd5eba4c (patch) | |
| tree | 0bc60e80de6ef7af9bc53b1d6549d2c4be02d4ad /talpid-core/Cargo.toml | |
| parent | 6868537a5b81a194e261d4c57a45a87974640e32 (diff) | |
| download | mullvadvpn-b00a47aa2bd0feee35eefaa8d0689518dd5eba4c.tar.xz mullvadvpn-b00a47aa2bd0feee35eefaa8d0689518dd5eba4c.zip | |
Add blocking wait for TunnelDevice to come up on Android
Diffstat (limited to 'talpid-core/Cargo.toml')
| -rw-r--r-- | talpid-core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 1df24dd7c4..bac2c9598c 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -39,6 +39,7 @@ tokio-io = "0.1" [target.'cfg(target_os = "android")'.dependencies] jnix = { version = "0.1", features = ["derive"] } +rand = "0.7" [target.'cfg(target_os = "linux")'.dependencies] |
