diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-04-14 00:25:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-14 00:25:32 -0500 |
| commit | 97b7cd10d2bec408cc237e13c61562c810d8fd29 (patch) | |
| tree | 03d4151581277209f3df48c1a49a656c6c32a52b /crates/sloth_bytecode/macros/Cargo.toml | |
| parent | 6b25c191a4522610877898506856bd00cd1fc4d5 (diff) | |
| parent | fa0da150a5a481be3d1de448edb6f23c170da9a9 (diff) | |
| download | sloth-97b7cd10d2bec408cc237e13c61562c810d8fd29.tar.gz | |
Merge pull request #4 from slothlang/vm-basics
Basic VM
Diffstat (limited to 'crates/sloth_bytecode/macros/Cargo.toml')
| -rw-r--r-- | crates/sloth_bytecode/macros/Cargo.toml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/crates/sloth_bytecode/macros/Cargo.toml b/crates/sloth_bytecode/macros/Cargo.toml deleted file mode 100644 index 649d88a..0000000 --- a/crates/sloth_bytecode/macros/Cargo.toml +++ /dev/null @@ -1,15 +0,0 @@ -[package] -name = "sloth_bytecode_macros" - -license.workspace = true -version.workspace = true -edition.workspace = true - -[dependencies] -proc-macro2 = "1.0.54" -quote = "1.0.26" -syn = "2.0.12" - -[lib] -proc-macro = true - |
