From ccfe3cd0c379ef03352eb9d510dd10e8ea182811 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 29 Apr 2025 00:19:30 -0400 Subject: [PATCH] Add missing license key to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4fa4f3f..4719c7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "miscel" version = "0.1.0" edition = "2024" +license = "MIT" [build-dependencies] system-deps = "7"