From 78ab1a93e6d519bf404fbe61fc7ec3c3ab35a72a Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Sat, 17 Aug 2019 16:31:08 +0200 Subject: Remove peer from cryptkey router on drop --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 22e1585..82a4b0c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ #![feature(test)] +mod constants; mod handshake; -mod platform; mod router; mod types; -- cgit v1.2.3-59-g8ed1b