diff options
| author | Cody <cody@codyq.dev> | 2023-04-12 07:39:50 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-04-12 07:39:50 -0500 |
| commit | be4294a5c60d24643ba712db4b6b4c9b2586179c (patch) | |
| tree | 22b702d7ba8a466fcc934d6abee4b4d19253736d /crates/sloth_bytecode/macros/Cargo.toml | |
| parent | ee079d193b6644e65543c3fa02dbfcf7b4f2f9c6 (diff) | |
| download | sloth-be4294a5c60d24643ba712db4b6b4c9b2586179c.tar.gz | |
END THIS PAIN AND SUFFERING
Diffstat (limited to 'crates/sloth_bytecode/macros/Cargo.toml')
| -rw-r--r-- | crates/sloth_bytecode/macros/Cargo.toml | 15 |
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 - |
