From fbbeed8c10dc9c9bdb34f946d5b844b537ebad7a Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 7 Dec 2024 13:29:46 -0700 Subject: Proof of concept for macro opcode defs --- Cargo.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e8af3ea..c1f28d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,13 @@ +[workspace] +members = [ + "./", + "opcode_proc" +] + [package] -name = "optimistic-glulxe" +name = "tlulx" version = "0.1.0" edition = "2021" [dependencies] +opcode_proc = { path = "./opcode_proc" } -- cgit 1.4.1