aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth_bytecode/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/sloth_bytecode/Cargo.toml')
-rw-r--r--crates/sloth_bytecode/Cargo.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/crates/sloth_bytecode/Cargo.toml b/crates/sloth_bytecode/Cargo.toml
deleted file mode 100644
index 0de211f..0000000
--- a/crates/sloth_bytecode/Cargo.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-name = "sloth_bytecode"
-
-license.workspace = true
-version.workspace = true
-edition.workspace = true
-
-[dependencies]
-byteorder = "1.4.3"