From 688e742f20a13ad649ec3789ba9892873723082b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 1 Jul 2025 15:46:50 +0200 Subject: [PATCH] feat: set mit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 89f83f9..0de9f58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ resolver = "2" [workspace.package] version = "0.0.1" +license = "MIT" [workspace.dependencies] noworkers = { path = "crates/noworkers" }