From 2272e5250f7be8d28f4a9b5f75798da05ac85769 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Sat, 24 Aug 2019 23:41:05 +0200 Subject: Move to hjul crate Moved timer code into seperate crate (`hjul'). --- src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index b45bdcf..eab4b61 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,7 +3,6 @@ mod constants; mod handshake; mod router; -mod timers; mod types; use std::sync::Arc; -- cgit v1.2.3-59-g8ed1b