diff --git a/crates/google_ai/Cargo.toml b/crates/google_ai/Cargo.toml index 83a023c28e..f6ef3daf2b 100644 --- a/crates/google_ai/Cargo.toml +++ b/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] diff --git a/crates/google_ai/LICENSE-GPL b/crates/google_ai/LICENSE-GPL new file mode 120000 index 0000000000..89e542f750 --- /dev/null +++ b/crates/google_ai/LICENSE-GPL @@ -0,0 +1 @@ +../../LICENSE-GPL \ No newline at end of file diff --git a/crates/open_ai/Cargo.toml b/crates/open_ai/Cargo.toml index 339310cdc8..a1b01c0b9e 100644 --- a/crates/open_ai/Cargo.toml +++ b/crates/open_ai/Cargo.toml @@ -2,6 +2,7 @@ name = "open_ai" version = "0.1.0" edition = "2021" +publish = false license = "GPL-3.0-or-later" [lib] diff --git a/crates/open_ai/LICENSE-GPL b/crates/open_ai/LICENSE-GPL new file mode 120000 index 0000000000..89e542f750 --- /dev/null +++ b/crates/open_ai/LICENSE-GPL @@ -0,0 +1 @@ +../../LICENSE-GPL \ No newline at end of file