From 4a44c58444c901d939a8594669c819ab2bfbac13 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 7 Dec 2021 22:12:16 +0000 Subject: keep doing packet stuff --- minecraft-chat/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 minecraft-chat/Cargo.toml (limited to 'minecraft-chat/Cargo.toml') diff --git a/minecraft-chat/Cargo.toml b/minecraft-chat/Cargo.toml new file mode 100644 index 00000000..4607dc99 --- /dev/null +++ b/minecraft-chat/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "minecraft-chat" +version = "0.1.0" +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3