From c2894a0f2b9a63944a725c4584d7af0d64458c9a Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 5 Aug 2022 14:13:52 +0300 Subject: [PATCH] chore: add license to manifest --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 41ad13c..0c82a22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ description = "WARNING: In deep development experimental task manager." repository = "https://git.pleshevski.ru/pleshevskiy/tas" version = "0.1.0" edition = "2021" +license = "GPL-3.0+" [badges] maintenance = { status = "experimental" }