diff options
Diffstat (limited to 'crates/sloth_bytecode/macros')
| -rw-r--r-- | crates/sloth_bytecode/macros/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crates/sloth_bytecode/macros/Cargo.toml b/crates/sloth_bytecode/macros/Cargo.toml index c75bc58..649d88a 100644 --- a/crates/sloth_bytecode/macros/Cargo.toml +++ b/crates/sloth_bytecode/macros/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "sloth_bytecode_macros" -version = "0.1.0" -edition = "2021" + +license.workspace = true +version.workspace = true +edition.workspace = true [dependencies] proc-macro2 = "1.0.54" |
