diff options
| author | mat <github@matdoes.dev> | 2021-12-06 22:12:43 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-06 22:12:43 +0000 |
| commit | 515ad377b314cd97a8b663dbd738681917434434 (patch) | |
| tree | cb1cf65c8e726121ed002aa913132375ab5dc1e7 /minecraft-protocol/src/lib.rs | |
| parent | 1a2c034b411e3d0dceb7b4a921ddd42226719bd0 (diff) | |
| download | azalea-drasl-515ad377b314cd97a8b663dbd738681917434434.tar.xz | |
start implementing reading
Diffstat (limited to 'minecraft-protocol/src/lib.rs')
| -rw-r--r-- | minecraft-protocol/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/minecraft-protocol/src/lib.rs b/minecraft-protocol/src/lib.rs index b3653499..0e2b1c45 100644 --- a/minecraft-protocol/src/lib.rs +++ b/minecraft-protocol/src/lib.rs @@ -1,9 +1,6 @@ use std::net::IpAddr; -use std::net::TcpStream; use std::str::FromStr; -use tokio::runtime::Runtime; - pub mod connection; pub mod mc_buf; pub mod packets; |
