summaryrefslogtreecommitdiffhomepage
path: root/talpid-openvpn-plugin/src/lib.rs
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-12-12 16:27:19 +0100
committerLinus Färnstrand <linus@mullvad.net>2018-12-12 16:27:19 +0100
commitf0baa65b0957f84e0b514b3d50368073495c19ed (patch)
treedd68627dc11e82512e3efb8ac7ca5beb41f8a3ea /talpid-openvpn-plugin/src/lib.rs
parentaf5ec022bfef751348452a78490ace08eaf5b7d5 (diff)
downloadmullvadvpn-f0baa65b0957f84e0b514b3d50368073495c19ed.tar.xz
mullvadvpn-f0baa65b0957f84e0b514b3d50368073495c19ed.zip
Upgrade talpid-openvpn-plugin to Rust 2018
Diffstat (limited to 'talpid-openvpn-plugin/src/lib.rs')
-rw-r--r--talpid-openvpn-plugin/src/lib.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/talpid-openvpn-plugin/src/lib.rs b/talpid-openvpn-plugin/src/lib.rs
index 8faff42a79..36db6aefed 100644
--- a/talpid-openvpn-plugin/src/lib.rs
+++ b/talpid-openvpn-plugin/src/lib.rs
@@ -6,17 +6,8 @@
//! GNU General Public License as published by the Free Software Foundation, either version 3 of
//! the License, or (at your option) any later version.
-extern crate env_logger;
#[macro_use]
extern crate error_chain;
-extern crate log;
-
-extern crate futures;
-extern crate jsonrpc_client_core;
-extern crate jsonrpc_client_ipc;
-extern crate openvpn_plugin;
-extern crate tokio;
-extern crate tokio_reactor;
use error_chain::ChainedError;
use openvpn_plugin::{openvpn_plugin, EventResult, EventType};