Fix licensing

This commit is contained in:
Antonio Scandurra 2024-03-20 13:03:13 +01:00
parent 7855b9e9a8
commit f2394c76f5
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name = "google_ai"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[lib]
path = "src/google_ai.rs"

View File

@ -2,6 +2,7 @@
name = "open_ai"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[lib]
path = "src/open_ai.rs"