From 693f349ae3ee05ab9f6fb0e147c7b8c8f8bbaa22 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 29 Mar 2023 13:30:57 +0300 Subject: [PATCH] fix license --- lib/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c090abb..3172a5a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,9 +2,9 @@ name = "chgk_ledb_lib" version = "1.1.0" authors = ["Dmitry "] -edition = "2021" -repository = "https://gitea.b4tman.ru/b4tman/chgk_ledb" -license-file = "LICENSE" +edition = "2021" +repository = "https://gitea.b4tman.ru/b4tman/chgk_ledb" +license = "MIT" description = "Библиотека для доступа к файлу базы данных вопросов ЧГК" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html