aboutsummaryrefslogtreecommitdiff
path: root/minecraft-protocol/packet-macros/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-12 13:48:37 -0600
committermat <github@matdoes.dev>2021-12-12 13:48:37 -0600
commitec03abfe693d27c4ce2762cdfbf749beecaa8adf (patch)
treefcf2d2e085ec05851e29676bade8484cedd5dd3a /minecraft-protocol/packet-macros/Cargo.toml
parent1286286e836bd9ec8d6df1d1aa13f6f3346d17da (diff)
downloadazalea-drasl-ec03abfe693d27c4ce2762cdfbf749beecaa8adf.tar.xz
delete packet-macros
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"