From 4666368b0a4e69fba7f1517ff2454a9845e2d647 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sun, 28 May 2023 15:45:06 -0700 Subject: [PATCH] Add root Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..2b2574a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,2 @@ +[workspace] +members = ["renrs", "renrs-gui", "demo"]