From f8edbf82aa2a0a7da8808bc2e196e9f219238467 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 9 Jun 2022 22:35:26 +0200 Subject: basic conditions --- src/main.rs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 7a36cb1..d237df0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,8 +1,10 @@ -use calender_thing::{ - interface::network_loop, - protocol::{ClientboundPacket, ServerboundPacket}, -}; +pub mod condition; +pub mod interface; +pub mod protocol; + use crossbeam_channel::{Receiver, Sender}; +use interface::network_loop; +use protocol::{ClientboundPacket, ServerboundPacket}; use std::time::Duration; fn main() { -- cgit v1.2.3-70-g09d2