From be4294a5c60d24643ba712db4b6b4c9b2586179c Mon Sep 17 00:00:00 2001 From: Cody Date: Wed, 12 Apr 2023 07:39:50 -0500 Subject: END THIS PAIN AND SUFFERING --- crates/sloth_bytecode/macros/Cargo.toml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 crates/sloth_bytecode/macros/Cargo.toml (limited to 'crates/sloth_bytecode/macros/Cargo.toml') 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 - -- cgit v1.2.3