Add AGPL-3.0 license to package.json and Cargo.toml
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"name": "claudia",
|
"name": "claudia",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
|
"license": "AGPL-3.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"predev": "bun run build:executables:current",
|
"predev": "bun run build:executables:current",
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "claudia"
|
name = "claudia"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "A Tauri App"
|
description = "GUI app and Toolkit for Claude Code"
|
||||||
authors = ["you"]
|
authors = ["mufeedvh", "123vviekr"]
|
||||||
|
license = "AGPL-3.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
Reference in New Issue
Block a user