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