mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
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:
parent
001f17c011
commit
72dac24acf
@ -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
1
crates/ollama/LICENSE-GPL
Symbolic link
@ -0,0 +1 @@
|
||||
../../LICENSE-GPL
|
Loading…
Reference in New Issue
Block a user