llmstat 0.2.2

Token usage distribution and cost across local LLM CLIs
[workspace]
members = ["cargo:."]

# Config for 'dist'
[dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.30.2"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "x86_64-unknown-linux-musl"]
# Where to host releases
hosting = "github"
# release.yml is hand-edited: it carries a publish-crate job (crates.io
# OIDC publish) that dist can't generate. "ci" tells dist's plan check to
# stop diffing the generated workflow against the committed one — future
# `dist generate` runs must have their changes merged in manually.
allow-dirty = ["ci"]