From 147aa188841bf018b0ef95bdbfc37c1f9d41919a Mon Sep 17 00:00:00 2001 From: arslantariq-threshold Date: Fri, 11 Sep 2026 00:28:06 +0500 Subject: [PATCH] Fix Rust workspace license metadata to MIT --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8c5ab743..f93abedb 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -9,7 +9,7 @@ resolver = "2" [workspace.package] rust-version = "1.82" edition = "2021" -license = "Proprietary" +license = "MIT" authors = ["World Labs Technologies"] repository = "https://github.com/sparkjs-dev/spark"