diff options
| author | mat <github@matdoes.dev> | 2021-12-12 13:52:32 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-12 13:52:32 -0600 |
| commit | 2c3bf3b79e133acd01580144771a7cf238ecc4ee (patch) | |
| tree | ea134df743df2c022d88ea41269e2f70ce84b0b1 /minecraft-client/src/lib.rs | |
| parent | 6ed7b6e38fb8a3f4517c300807ce85ffb1952055 (diff) | |
| download | azalea-drasl-2c3bf3b79e133acd01580144771a7cf238ecc4ee.tar.xz | |
move ping over to minecraft-client
Diffstat (limited to 'minecraft-client/src/lib.rs')
| -rw-r--r-- | minecraft-client/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minecraft-client/src/lib.rs b/minecraft-client/src/lib.rs index 3491f6ad..1fc97709 100644 --- a/minecraft-client/src/lib.rs +++ b/minecraft-client/src/lib.rs @@ -1,4 +1,4 @@ - +pub mod ping; #[cfg(test)] mod tests { |
