Skip to content

Commit

Permalink
Update LICENCE.md and README.md path in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperoni21 committed Jan 12, 2025
1 parent 35969ef commit 1065697
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ollama-rs-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name = "ollama-rs-macros"
version = "0.2.3"
edition = "2021"
license-file = "LICENSE.md"
license-file = "../LICENSE.md"
description = "Procedural macros for ollama-rs"
repository = "https://github.com/pepperoni21/ollama-rs"
readme = "README.md"
readme = "../README.md"

[lib]
proc-macro = true
Expand Down
4 changes: 2 additions & 2 deletions ollama-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name = "ollama-rs"
version = "0.2.3"
edition = "2021"
license-file = "LICENSE.md"
license-file = "../LICENSE.md"
description = "A Rust library for interacting with the Ollama API"
repository = "https://github.com/pepperoni21/ollama-rs"
readme = "README.md"
readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 1065697

Please sign in to comment.