diff options
| author | Cody <cody@codyq.dev> | 2023-04-08 03:56:01 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-04-08 03:56:01 -0500 |
| commit | 97d31d00eff31ca626bbcf415c4f068d36af4079 (patch) | |
| tree | 55d980ec4b2e9503338619357698bc3d26412c39 /Cargo.toml | |
| parent | 0eadd4c889049bd89b9dff437f1ed477277452fb (diff) | |
| download | sloth-97d31d00eff31ca626bbcf415c4f068d36af4079.tar.gz | |
Updated Cargo manifest to include license info
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ members = [ "crates/sloth_vm", ] +[workspace.package] +license = "MIT OR Apache-2.0" +version = "0.1.0" +edition = "2021" + [profile.dev.package."*"] opt-level = 2 |
