From 832b615f6c654fa051e5a930e1f5e6ea2b46b7e3 Mon Sep 17 00:00:00 2001 From: Magamedrasul Ibragimov Date: Sat, 16 Sep 2023 15:00:36 +0400 Subject: [PATCH] chore: init cargo workspace --- 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..ba676e3 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,5 @@ +[workspace] + +members = [ + "versionA", +]