From 6f6613419f1511c5637c9f69b3caa5ae838270b9 Mon Sep 17 00:00:00 2001 From: Cody Date: Wed, 7 Jun 2023 03:28:40 -0500 Subject: Moving over from a VM interpreter to natively compiled w/ LLVM --- crates/sloth_bytecode/Cargo.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 crates/sloth_bytecode/Cargo.toml (limited to 'crates/sloth_bytecode/Cargo.toml') 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" -- cgit v1.2.3