summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorErik Larkö <erik@mullvad.net>2017-11-02 08:02:41 +0100
committerErik Larkö <erik@mullvad.net>2017-11-02 10:18:01 +0100
commite803dc36a64366ee12ef6e0e67e309404fa7a056 (patch)
treec13f291950b37e7ca87897372906a63029940c1c /Cargo.lock
parent238e6abad1b6be229dc332c2862e9580ae333442 (diff)
downloadmullvadvpn-e803dc36a64366ee12ef6e0e67e309404fa7a056.tar.xz
mullvadvpn-e803dc36a64366ee12ef6e0e67e309404fa7a056.zip
Revert misunderstanding and make the JSON a little friendlier
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1e8207732a..0e366f88c4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,11 +1,3 @@
-[root]
-name = "talpid-types"
-version = "0.1.0"
-dependencies = [
- "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)",
-]
-
[[package]]
name = "advapi32-sys"
version = "0.2.0"
@@ -1275,6 +1267,14 @@ dependencies = [
]
[[package]]
+name = "talpid-types"
+version = "0.1.0"
+dependencies = [
+ "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)",
+]
+
+[[package]]
name = "tempdir"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"