diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-07-09 13:36:07 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-07-10 13:03:27 +0200 |
| commit | 843daeec0cbdbe43fb1a8cdf079026c96fc908f0 (patch) | |
| tree | 80514cc98e899eb4017c2d6bf858ecff95afd318 | |
| parent | 0106f4394a0ab0fd0160d481b8c412060fde0759 (diff) | |
| download | mullvadvpn-843daeec0cbdbe43fb1a8cdf079026c96fc908f0.tar.xz mullvadvpn-843daeec0cbdbe43fb1a8cdf079026c96fc908f0.zip | |
Sort mullvad-daemon dependencies
| -rw-r--r-- | mullvad-daemon/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml index 6a16d1d3fb..69a66c5d2d 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -19,23 +19,23 @@ clap = "2.25" err-derive = "0.1.5" fern = { version = "0.5", features = ["colored"] } futures = "0.1" -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" -log = "0.4" -log-panics = "2.0.0" +ipnetwork = "0.14" +jsonrpc-client-core = "0.5" jsonrpc-core = { git = "https://github.com/mullvad/jsonrpc", branch = "mullvad-fork" } +jsonrpc-ipc-server = { git = "https://github.com/mullvad/jsonrpc", branch = "mullvad-fork" } jsonrpc-macros = { git = "https://github.com/mullvad/jsonrpc", branch = "mullvad-fork" } jsonrpc-pubsub = { git = "https://github.com/mullvad/jsonrpc", branch = "mullvad-fork" } -jsonrpc-ipc-server = { git = "https://github.com/mullvad/jsonrpc", branch = "mullvad-fork" } -ipnetwork = "0.14" -uuid = { version = "0.7", features = ["v4"] } lazy_static = "1.0" +log = "0.4" +log-panics = "2.0.0" rand = "0.6" +regex = "1.0" +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" tokio-core = "0.1" tokio-retry = "0.2" -jsonrpc-client-core = "0.5" tokio-timer = "0.1" -regex = "1.0" +uuid = { version = "0.7", features = ["v4"] } mullvad-ipc-client = { path = "../mullvad-ipc-client" } mullvad-paths = { path = "../mullvad-paths" } |
