From 97d31d00eff31ca626bbcf415c4f068d36af4079 Mon Sep 17 00:00:00 2001 From: Cody Date: Sat, 8 Apr 2023 03:56:01 -0500 Subject: Updated Cargo manifest to include license info --- crates/sloth_bytecode/Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'crates/sloth_bytecode/Cargo.toml') diff --git a/crates/sloth_bytecode/Cargo.toml b/crates/sloth_bytecode/Cargo.toml index 981b6ee..76448ee 100644 --- a/crates/sloth_bytecode/Cargo.toml +++ b/crates/sloth_bytecode/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "sloth_bytecode" -version = "0.1.0" -edition = "2021" + +license.workspace = true +version.workspace = true +edition.workspace = true [dependencies] sloth_bytecode_macros = { path = "./macros" } -- cgit v1.2.3