diff options
Diffstat (limited to 'crates/sloth_bytecode/Cargo.toml')
| -rw-r--r-- | crates/sloth_bytecode/Cargo.toml | 4 |
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" |
