From 192979ebfdda34150eae5cd2d3b6f46aff32951c Mon Sep 17 00:00:00 2001 From: J Henry Waugh Date: Tue, 8 Sep 2020 16:03:38 -0500 Subject: [PATCH] Crate workspace to include codegen --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9d989830..37f7f626 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,9 @@ +[workspace] +members = [ + ".", + "codegen" +] + [package] name = "rhai" version = "0.18.3"