From 8a3a3dc099c1549f043df8601f97340529fdf454 Mon Sep 17 00:00:00 2001 From: trisua Date: Fri, 30 May 2025 20:32:10 -0400 Subject: [PATCH] chore: add license to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 997ba5d..7072194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,4 @@ version = "0.1.0" edition = "2024" authors = ["trisuaso"] repository = "https://trisua.com/t/bberry.git" +license = "AGPL-3.0-or-later"