From 0eadd4c889049bd89b9dff437f1ed477277452fb Mon Sep 17 00:00:00 2001 From: Cody Date: Sat, 8 Apr 2023 03:48:24 -0500 Subject: Started on lexer --- crates/sloth_bytecode/macros/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 crates/sloth_bytecode/macros/Cargo.toml (limited to 'crates/sloth_bytecode/macros/Cargo.toml') diff --git a/crates/sloth_bytecode/macros/Cargo.toml b/crates/sloth_bytecode/macros/Cargo.toml new file mode 100644 index 0000000..c75bc58 --- /dev/null +++ b/crates/sloth_bytecode/macros/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "sloth_bytecode_macros" +version = "0.1.0" +edition = "2021" + +[dependencies] +proc-macro2 = "1.0.54" +quote = "1.0.26" +syn = "2.0.12" + +[lib] +proc-macro = true + -- cgit v1.2.3