aboutsummaryrefslogtreecommitdiff
path: root/minecraft-protocol/packet-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'minecraft-protocol/packet-macros/Cargo.toml')
-rw-r--r--minecraft-protocol/packet-macros/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/minecraft-protocol/packet-macros/Cargo.toml b/minecraft-protocol/packet-macros/Cargo.toml
deleted file mode 100644
index 0e7b31bf..00000000
--- a/minecraft-protocol/packet-macros/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[package]
-edition = "2021"
-name = "packet-macros"
-version = "0.1.0"
-
-[lib]
-proc-macro = true
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-casey = "^0.3.3"
-quote = "^1.0.10"
-syn = "^1.0.82"