From ab059e79382174423a2215df8045c4b0d6df7fcd Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 11 Aug 2023 16:54:13 +0200 Subject: [PATCH] feat: add base workspace Signed-off-by: kjuulh --- .gitignore | 1 + Cargo.toml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 Cargo.toml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a287f57 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,4 @@ +[workspace] +members = [ + +] \ No newline at end of file