crates/google_ai/Cargo.toml 🔗
@@ -2,6 +2,7 @@
name = "google_ai"
version = "0.1.0"
edition = "2021"
+publish = false
license = "GPL-3.0-or-later"
[lib]
Antonio Scandurra created
crates/google_ai/Cargo.toml | 1 +
crates/google_ai/LICENSE-GPL | 1 +
crates/open_ai/Cargo.toml | 1 +
crates/open_ai/LICENSE-GPL | 1 +
4 files changed, 4 insertions(+)
@@ -2,6 +2,7 @@
name = "google_ai"
version = "0.1.0"
edition = "2021"
+publish = false
license = "GPL-3.0-or-later"
[lib]
@@ -0,0 +1 @@
+../../LICENSE-GPL
@@ -2,6 +2,7 @@
name = "open_ai"
version = "0.1.0"
edition = "2021"
+publish = false
license = "GPL-3.0-or-later"
[lib]
@@ -0,0 +1 @@
+../../LICENSE-GPL