Add AGPL-3.0 license to package.json and Cargo.toml

This commit is contained in:
Vivek R 2025-07-06 15:11:26 +05:30
parent f94490aa6a
commit 10628fcc82
2 changed files with 4 additions and 2 deletions

View file

@ -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",

View file

@ -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