diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2018-08-28 16:45:07 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-08-29 16:28:17 +0100 |
| commit | 0dd43272e4473dbd01ef39ab8bfbb454c47487da (patch) | |
| tree | b72f5e2171a425199677820de8c031d7eabc5c9b /mullvad-cli/Cargo.toml | |
| parent | c3104f8a5ec79827c56e71732e867d836428357b (diff) | |
| download | mullvadvpn-0dd43272e4473dbd01ef39ab8bfbb454c47487da.tar.xz mullvadvpn-0dd43272e4473dbd01ef39ab8bfbb454c47487da.zip | |
Change mullvad-cli to use new jsonrpc client
Diffstat (limited to 'mullvad-cli/Cargo.toml')
| -rw-r--r-- | mullvad-cli/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 7f9b39d92e..744a0aa2aa 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -14,9 +14,11 @@ clap = "2.20" error-chain = "0.12" env_logger = "0.5" serde = "1.0" +futures = "0.1" mullvad-ipc-client = { path = "../mullvad-ipc-client" } mullvad-types = { path = "../mullvad-types" } +mullvad-paths = { path = "../mullvad-paths" } talpid-types = { path = "../talpid-types" } talpid-ipc = { path = "../talpid-ipc" } |
