aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth_bytecode/Cargo.toml
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-03-30 02:44:54 -0500
committerCody <cody@codyq.dev>2023-03-30 02:44:54 -0500
commit2970520a9592b5c6d45291f54073552a474b71b4 (patch)
treef42ecc1be0989367cf7c70d0b7909bac0b86904e /crates/sloth_bytecode/Cargo.toml
parentbb95375f8b24141bf7dfe5a8b1bba5c995f61253 (diff)
downloadsloth-2970520a9592b5c6d45291f54073552a474b71b4.tar.gz
Restructure
Diffstat (limited to 'crates/sloth_bytecode/Cargo.toml')
-rw-r--r--crates/sloth_bytecode/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/sloth_bytecode/Cargo.toml b/crates/sloth_bytecode/Cargo.toml
new file mode 100644
index 0000000..a302c81
--- /dev/null
+++ b/crates/sloth_bytecode/Cargo.toml
@@ -0,0 +1,4 @@
+[package]
+name = "sloth_bytecode"
+version = "0.1.0"
+edition = "2021"