From 6c4a55ca074330a999f63fc51f1c1a8457dbc69d Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 23 Jan 2024 23:43:02 +0100 Subject: [PATCH] make it a workspace --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9154662..8a8532f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,6 @@ +[workspace] +members = [] + [package] name = "autocrate" version = "0.1.0"