From a68667475ce72226d6753034821f221598c46967 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 1 Jul 2025 15:39:10 +0200 Subject: [PATCH] feat: cut initial version --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f509ca1..69b693e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ members = ["crates/*"] resolver = "2" +[workspace.package] +version = "0.1.0" + [workspace.dependencies] noworkers = { path = "crates/noworkers" }