aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth_bytecode/macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/sloth_bytecode/macros/Cargo.toml')
-rw-r--r--crates/sloth_bytecode/macros/Cargo.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/crates/sloth_bytecode/macros/Cargo.toml b/crates/sloth_bytecode/macros/Cargo.toml
deleted file mode 100644
index 649d88a..0000000
--- a/crates/sloth_bytecode/macros/Cargo.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-[package]
-name = "sloth_bytecode_macros"
-
-license.workspace = true
-version.workspace = true
-edition.workspace = true
-
-[dependencies]
-proc-macro2 = "1.0.54"
-quote = "1.0.26"
-syn = "2.0.12"
-
-[lib]
-proc-macro = true
-