mirror of
https://github.com/elijah-potter/ofc.git
synced 2025-03-03 09:37:02 +03:00
16 lines
421 B
TOML
16 lines
421 B
TOML
[package]
|
|
name = "ofc"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "A command-line Ollama Function Caller"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
repository = "https://github.com/elijah-potter/ofc"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.96"
|
|
clap = { version = "4.5.31", features = ["derive"] }
|
|
ollama-rs = { version = "0.2.6", features = ["stream"] }
|
|
tokio = { version = "1.43.0", features = ["full"] }
|
|
tokio-stream = "0.1.17"
|