From aa48af2f6b61dea00093672705be2971a217bad6 Mon Sep 17 00:00:00 2001 From: pepperoni21 Date: Sat, 11 Nov 2023 16:28:00 +0100 Subject: [PATCH] Updated Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f6dab78..739266e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "ollama-rs" version = "0.1.0" edition = "2021" +license-file = "LICENSE.md" +description = "A Rust library for interacting with the Ollama API" +repository = "https://github.com/pepperoni21/ollama-rs" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html