mirror of
https://github.com/getAsterisk/claudia.git
synced 2025-07-07 18:15:00 +00:00
Add AGPL-3.0 license to package.json and Cargo.toml
This commit is contained in:
parent
f94490aa6a
commit
10628fcc82
2 changed files with 4 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue