yallm-cli 0.1.0

CLI for yallm - unified LLM API converter
Documentation
[package]
name = "yallm-cli"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
publish.workspace = true
description = "CLI for yallm - unified LLM API converter"

[dependencies]
yallm-ir.workspace = true
yallm-openai.workspace = true
yallm-anthropic.workspace = true
yallm-ollama.workspace = true
clap.workspace = true
tokio.workspace = true
serde.workspace = true
serde_json.workspace = true