From 0244ac52dd03b2ed607aa1e45ed1e846c9f67f24 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Wed, 10 May 2023 13:45:21 -0400 Subject: [PATCH] Add workspace Cargo.toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f53b0ef --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,5 @@ +[workspace] + +members = [ + "crates/*", +]