aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth_bytecode/Cargo.toml
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-04-12 07:39:50 -0500
committerCody <cody@codyq.dev>2023-04-12 07:39:50 -0500
commitbe4294a5c60d24643ba712db4b6b4c9b2586179c (patch)
tree22b702d7ba8a466fcc934d6abee4b4d19253736d /crates/sloth_bytecode/Cargo.toml
parentee079d193b6644e65543c3fa02dbfcf7b4f2f9c6 (diff)
downloadsloth-be4294a5c60d24643ba712db4b6b4c9b2586179c.tar.gz
END THIS PAIN AND SUFFERING
Diffstat (limited to 'crates/sloth_bytecode/Cargo.toml')
-rw-r--r--crates/sloth_bytecode/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/sloth_bytecode/Cargo.toml b/crates/sloth_bytecode/Cargo.toml
index 76448ee..0de211f 100644
--- a/crates/sloth_bytecode/Cargo.toml
+++ b/crates/sloth_bytecode/Cargo.toml
@@ -6,6 +6,4 @@ version.workspace = true
edition.workspace = true
[dependencies]
-sloth_bytecode_macros = { path = "./macros" }
-
byteorder = "1.4.3"