From 929eadb651ba41bb72ba8f85a0d68c0cbad18661 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Sun, 1 Sep 2019 17:16:01 +0200 Subject: Outbound cryptkey routing --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 6d1d2e1..8d92048 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,10 +10,9 @@ use hjul::*; use std::error::Error; use std::fmt; use std::net::SocketAddr; -use std::sync::Arc; use std::time::Duration; -use types::{Bind, KeyPair, Tun}; +use types::{Bind, Tun}; #[derive(Debug)] enum TunError {} -- cgit v1.2.3-59-g8ed1b