move packet source files to one directory

This commit is contained in:
Jake Probst 2019-07-14 00:48:45 -07:00
parent 6704a9a653
commit ae0b909685
3 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
pub mod crypto;
pub mod patch;
pub mod packet;
#[derive(Debug, PartialEq)]
pub enum PacketParseError {

View File

@ -1,2 +0,0 @@
pub mod packet;