From b5c3c9bac92ab2e5bbca58e9168191e99fd54d56 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 23 Sep 2024 22:33:19 +0200 Subject: [PATCH] chore: add license Signed-off-by: kjuulh --- crates/gitnow/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/gitnow/Cargo.toml b/crates/gitnow/Cargo.toml index 50b2282..4162552 100644 --- a/crates/gitnow/Cargo.toml +++ b/crates/gitnow/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" readme = "../../README.md" repository = "https://github.com/kjuulh/gitnow" homepage = "https://gitnow-client.prod.kjuulh.app" +license = "MIT" version.workspace = true publish = true