diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-07-15 20:38:05 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-07-20 12:43:13 +0000 |
| commit | 4a22d448332042d2b98bcf972783835b6e42569d (patch) | |
| tree | 77952bdde91571f34761babc12881f8f134c77fe | |
| parent | 77e129e184c783473acad21c29901288eff10df1 (diff) | |
| download | mullvadvpn-4a22d448332042d2b98bcf972783835b6e42569d.tar.xz mullvadvpn-4a22d448332042d2b98bcf972783835b6e42569d.zip | |
Remove repeated dependencies
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index ecaf5f8fcb..07ffb7263a 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -48,7 +48,6 @@ tokio-io = "0.1" [target.'cfg(target_os = "android")'.dependencies] jnix = { version = "0.2.3", features = ["derive"] } -rand = "0.7" [target.'cfg(target_os = "linux")'.dependencies] @@ -79,7 +78,6 @@ widestring = "0.4" winreg = "0.6" winapi = { version = "0.3.6", features = ["handleapi", "ifdef", "libloaderapi", "netioapi", "synchapi", "winbase", "winuser"] } socket2 = "0.3" -rand = "0.7" pnet_packet = "0.22" [build-dependencies] |
