summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-10-30 14:59:46 +0100
committerLinus Färnstrand <linus@mullvad.net>2017-10-30 14:59:46 +0100
commit3df28edf3258b3de877a14becac237e413978e02 (patch)
treed5dc489b8d3360bafcaa7b6eae1bd59e0be5f749 /Cargo.lock
parenta9379bf7c5628abdac284857c200e9f19346ef29 (diff)
parent7cce6e4f1f3d3b088ae383673881067f90b09443 (diff)
downloadmullvadvpn-3df28edf3258b3de877a14becac237e413978e02.tar.xz
mullvadvpn-3df28edf3258b3de877a14becac237e413978e02.zip
Merge branch 'problem-report-send'
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 11 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f080a8e078..d0c58be2c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -673,14 +673,13 @@ dependencies = [
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"fern 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
- "jsonrpc-client-core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "jsonrpc-client-http 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core 7.1.1 (git+https://github.com/paritytech/jsonrpc?tag=v7.1.1)",
"jsonrpc-macros 7.1.1 (git+https://github.com/paritytech/jsonrpc?tag=v7.1.1)",
"jsonrpc-pubsub 7.1.1 (git+https://github.com/paritytech/jsonrpc?tag=v7.1.1)",
"jsonrpc-ws-server 7.1.1 (git+https://github.com/paritytech/jsonrpc?tag=v7.1.1)",
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mullvad-rpc 0.1.0",
"mullvad-types 0.1.0",
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -693,6 +692,16 @@ dependencies = [
]
[[package]]
+name = "mullvad-rpc"
+version = "0.1.0"
+dependencies = [
+ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "jsonrpc-client-core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "jsonrpc-client-http 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mullvad-types 0.1.0",
+]
+
+[[package]]
name = "mullvad-types"
version = "0.1.0"
dependencies = [