From b31becda71feace70f96043cd39bbe022a054225 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Sat, 14 Sep 2019 12:43:09 +0200 Subject: Begin work on the pure Wireguard implemenation Start joining the handshake device and router device in the top-level Wireguard implemenation. --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 53b2a51..103bc65 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,5 +9,6 @@ mod constants; mod handshake; mod router; mod types; +mod wireguard; fn main() {} -- cgit v1.2.3-59-g8ed1b