aboutsummaryrefslogtreecommitdiff
path: root/minecraft-protocol/packet-macros/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-12 13:48:18 -0600
committermat <github@matdoes.dev>2021-12-12 13:48:18 -0600
commit1286286e836bd9ec8d6df1d1aa13f6f3346d17da (patch)
tree7bab99184176ff0141183071c4fa4abcd5307e28 /minecraft-protocol/packet-macros/Cargo.toml
parent3763d086f6e6f6c49ac996ec2b787d9de0d3bab7 (diff)
downloadazalea-drasl-1286286e836bd9ec8d6df1d1aa13f6f3346d17da.tar.xz
ok i give up trying to use macros
Diffstat (limited to 'minecraft-protocol/packet-macros/Cargo.toml')
-rw-r--r--minecraft-protocol/packet-macros/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/minecraft-protocol/packet-macros/Cargo.toml b/minecraft-protocol/packet-macros/Cargo.toml
new file mode 100644
index 00000000..0e7b31bf
--- /dev/null
+++ b/minecraft-protocol/packet-macros/Cargo.toml
@@ -0,0 +1,13 @@
+[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"