From 7ccc484ea84fdd6b95626cc9077ef48a573d91f0 Mon Sep 17 00:00:00 2001 From: Arkasha Date: Sun, 15 Feb 2026 02:52:57 +0300 Subject: [PATCH] Add workspace Cargo.toml for unified builds --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..d62ef69 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,3 @@ +[workspace] +members = ["archdoc-cli", "archdoc-core"] +resolver = "3"