diff --git a/crates/ollama/Cargo.toml b/crates/ollama/Cargo.toml index 2ff329df00..c0ee5498ee 100644 --- a/crates/ollama/Cargo.toml +++ b/crates/ollama/Cargo.toml @@ -5,6 +5,9 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" +[lints] +workspace = true + [lib] path = "src/ollama.rs" diff --git a/crates/ollama/LICENSE-GPL b/crates/ollama/LICENSE-GPL new file mode 120000 index 0000000000..89e542f750 --- /dev/null +++ b/crates/ollama/LICENSE-GPL @@ -0,0 +1 @@ +../../LICENSE-GPL \ No newline at end of file