From dc85a393cfdb586d00f2442ac4e948d1208202ac Mon Sep 17 00:00:00 2001 From: insects Date: Wed, 14 May 2025 18:20:44 +0200 Subject: [PATCH] chore: set cargo.toml license field --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 999c829..be0f29f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "cargo-spiel" description = "Run a playground connected to a Cargo project locally" version = "0.1.0" +license = "MIT" edition = "2024" [dependencies]