From 6a54f01c55b98932b461809ef35b0f0b7c72f4f0 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 4 Mar 2026 00:32:55 +0100 Subject: Use Cargo workspaces --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..cbe097e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,4 @@ +[workspace] +resolver = "3" +default-members = ["oryxc"] +members = ["oryxc", "unigen"] -- cgit v1.2.3