From e44d561ef2421497fe2eeb2164a5caceea68eb94 Mon Sep 17 00:00:00 2001 From: Asaf Fisher Date: Wed, 3 Feb 2021 20:55:14 +0200 Subject: [PATCH] build: Add workspaces to project --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..dbe359b --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,4 @@ +[workspace] +members = [ + "rp2040-hal", +]