aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth_vm/Cargo.toml
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-04-08 03:56:01 -0500
committerCody <cody@codyq.dev>2023-04-08 03:56:01 -0500
commit97d31d00eff31ca626bbcf415c4f068d36af4079 (patch)
tree55d980ec4b2e9503338619357698bc3d26412c39 /crates/sloth_vm/Cargo.toml
parent0eadd4c889049bd89b9dff437f1ed477277452fb (diff)
downloadsloth-97d31d00eff31ca626bbcf415c4f068d36af4079.tar.gz
Updated Cargo manifest to include license info
Diffstat (limited to 'crates/sloth_vm/Cargo.toml')
-rw-r--r--crates/sloth_vm/Cargo.toml6
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]