We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652485a commit 278c3eeCopy full SHA for 278c3ee
Cargo.toml
@@ -8,7 +8,7 @@ version = "0.1.0"
8
edition = "2024"
9
publish = false
10
authors = ["Pranay Prakash <[email protected]>"]
11
-license = "MIT"
+license = "Apache-2.0"
12
rust-version = "1.87"
13
14
[workspace.dependencies]
workbench/vite/package.json
@@ -3,6 +3,7 @@
3
"private": true,
4
"type": "module",
5
"version": "0.0.0",
6
+ "license": "Apache-2.0",
7
"scripts": {
"dev": "vite dev",
"build": "vite build"
0 commit comments