Fix licensing
This commit is contained in:
parent
7855b9e9a8
commit
f2394c76f5
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
name = "google_ai"
|
name = "google_ai"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "src/google_ai.rs"
|
path = "src/google_ai.rs"
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
name = "open_ai"
|
name = "open_ai"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "src/open_ai.rs"
|
path = "src/open_ai.rs"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue