diff options
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 |
