From 9646e885ec84c804c83df337f475c1158833794b Mon Sep 17 00:00:00 2001 From: Joel Therrien Date: Thu, 24 Oct 2024 18:57:07 -0700 Subject: [PATCH] build: Add workspace Cargo.toml file --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..ac17259 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,3 @@ +[workspace] +members = ["wordgrid", "wasm"] +resolver = "2"