From 2ae2ccad1c3cfe264ca4159438a7471f7cb918c0 Mon Sep 17 00:00:00 2001 From: sanix-darker Date: Fri, 12 Jul 2024 15:32:57 +0200 Subject: [PATCH] chore: update license on Cargo.toml --- apps/rust-sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rust-sdk/Cargo.toml b/apps/rust-sdk/Cargo.toml index 02a5da77..c5908b56 100644 --- a/apps/rust-sdk/Cargo.toml +++ b/apps/rust-sdk/Cargo.toml @@ -3,7 +3,7 @@ name = "firecrawl_rs" author="Mendable.ai" version = "0.1.0" edition = "2021" -license = "AGPL License" +license = "GPL-2.0-or-later" homepage = "https://www.firecrawl.dev/" repository ="https://github.com/mendableai/firecrawl" description = "Rust SDK for Firecrawl API."