From 884684e391708e9c9dfbb9dcf14c44b3b9d1348e Mon Sep 17 00:00:00 2001 From: Semubico <> Date: Thu, 3 Jul 2025 16:16:22 +0300 Subject: [PATCH] fix: Add license --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 18e8763..4151286 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "rssserver" version = "0.1.0" edition = "2024" +license = "GPL-2.0-only" [profile.release] strip = true