Skip to content

Commit 23a12f5

Browse files
committed
License
1 parent 82da99f commit 23a12f5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

compiler/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ documentation = "docs.rs/kittycad-lang"
1212
readme = "README.md"
1313
publish = false
1414
repository = "https://github.com/KittyCAD/kcl"
15+
license = "MIT"

compiler/cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description.workspace = true
77
documentation.workspace = true
88
publish.workspace = true
99
repository.workspace = true
10+
license.workspace = true
1011

1112
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1213

compiler/compiler/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description.workspace = true
77
documentation.workspace = true
88
publish.workspace = true
99
repository.workspace = true
10+
license.workspace = true
1011

1112
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1213

0 commit comments

Comments
 (0)