From 10628fcc8211f96bc5c4ec03d655846d89958650 Mon Sep 17 00:00:00 2001 From: Vivek R <123vivekr@gmail.com> Date: Sun, 6 Jul 2025 15:11:26 +0530 Subject: [PATCH] Add AGPL-3.0 license to package.json and Cargo.toml --- package.json | 1 + src-tauri/Cargo.toml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 22c1377..a895e59 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "claudia", "private": true, "version": "0.1.0", + "license": "AGPL-3.0", "type": "module", "scripts": { "predev": "bun run build:executables:current", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7934db3..a175e43 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "claudia" version = "0.1.0" -description = "A Tauri App" -authors = ["you"] +description = "GUI app and Toolkit for Claude Code" +authors = ["mufeedvh", "123vviekr"] +license = "AGPL-3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html