From a2aa3a3d02c9e5787ab8cd8d88ae033681504da1 Mon Sep 17 00:00:00 2001 From: askiiart <askiiart@noreply.localhost> Date: Tue, 18 Mar 2025 15:41:09 +0000 Subject: [PATCH] forgot the "only" lol --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11eb44f..c1ad8d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "torznab-toolkit" version = "0.2.0" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" readme = "README.md" description = "A safe, multi-threaded, async toolkit for adding Torznab APIs to programs." repository = "https://git.askiiart.net/askiiart/torznab-toolkit"