From 2253f456562ded830f36a3d3bf702737cac32697 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Sun, 26 May 2024 04:10:32 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20add=20license?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bce1209..4a6cec8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" description = "🧳 lool » lucode.ar rust common utilities" authors = ["Lucas Colombo "] repository = "https://github.com/lucodear/lool/tree/master/lib/sched" +license = "MIT" [profile.release] strip = true