From d6c49da58c10e1a22bf67b540700501de0d55d31 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Fri, 11 Oct 2024 18:55:57 +0200 Subject: [PATCH] Add license to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cbee60e..c70465d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ description = "Controller to decouple interactions between components in a no_st version = "0.1.0" edition = "2021" authors = ["JUCR GmbH "] +license = "MIT" [lib] proc-macro = true