Add missing LICENSE file to ollama crate (#12943)

This PR adds a missing LICENSE file to the recently-added `ollama`
crate.

Also added the missing `lints.workspace = true` to the `Cargo.toml`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-06-12 15:12:36 -04:00 committed by GitHub
parent 001f17c011
commit 72dac24acf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,9 @@ edition = "2021"
publish = false
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/ollama.rs"

1
crates/ollama/LICENSE-GPL Symbolic link
View File

@ -0,0 +1 @@
../../LICENSE-GPL