diff options
Diffstat (limited to 'crates/sloth_vm')
| -rw-r--r-- | crates/sloth_vm/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crates/sloth_vm/Cargo.toml b/crates/sloth_vm/Cargo.toml index d27b6d2..e71c18d 100644 --- a/crates/sloth_vm/Cargo.toml +++ b/crates/sloth_vm/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "sloth_vm" -version = "0.1.0" -edition = "2021" + +license.workspace = true +version.workspace = true +edition.workspace = true [dependencies] |
