From aaf6850d596d616dd9005e24682501c2926d2cb5 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 12 Sep 2025 11:47:55 -0600 Subject: [PATCH] docs: Updated the license in the Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ffbc095..d4b8a16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://github.com/Dark-Alex-17/gman" repository = "https://github.com/Dark-Alex-17/gman" homepage = "https://github.com/Dark-Alex-17/gman" readme = "README.md" -license = "MIT" +license = "BSD-3-Clause" rust-version = "1.89.0" exclude = [".github", "CONTRIBUTING.md", "*.log", "tags"]