summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-01-06 11:21:45 +0100
committerLinus Färnstrand <linus@mullvad.net>2017-01-06 11:21:45 +0100
commite0c86279fbb4d35c0858cece1fef0b8f055790a0 (patch)
tree11a84f4a9566d1667e7f33edbbeefaccf53516c2 /src
parentf6cc68cb35eda6b1155a6cd1ce0782be9dafe382 (diff)
downloadmullvadvpn-e0c86279fbb4d35c0858cece1fef0b8f055790a0.tar.xz
mullvadvpn-e0c86279fbb4d35c0858cece1fef0b8f055790a0.zip
Add clonablechild dependency
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e2de62c838..1b3cf59b66 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2,6 +2,8 @@
//! The core components of the talpidaemon VPN client.
+extern crate clonablechild;
+
/// Working with processes.
pub mod process;