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/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crates/sloth_bytecode/Cargo.toml') diff --git a/crates/sloth_bytecode/Cargo.toml b/crates/sloth_bytecode/Cargo.toml index a302c81..981b6ee 100644 --- a/crates/sloth_bytecode/Cargo.toml +++ b/crates/sloth_bytecode/Cargo.toml @@ -2,3 +2,8 @@ name = "sloth_bytecode" version = "0.1.0" edition = "2021" + +[dependencies] +sloth_bytecode_macros = { path = "./macros" } + +byteorder = "1.4.3" -- cgit v1.2.3