From 36c8be07542a1e768362e613a4ebc7a32d9b46fa Mon Sep 17 00:00:00 2001 From: Be Date: Wed, 12 Feb 2025 00:20:19 -0600 Subject: [PATCH] turn repository into a Cargo workspace --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8dcd6ae --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[workspace] +members = [ + "bisync", + "bisync_example", + "bisync_macros", +]