lucy-cli 1.7.0

A small local JSONL agent harness
Documentation
[workspace]
members = ["cargo:."]

# Config for 'dist'
[dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.32.0"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = ["homebrew"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
# Where to host releases
hosting = "github"
# Skip checking whether the specified configuration files are up to date
allow-dirty = ["ci"]
# A GitHub repo to push Homebrew formulas to
tap = "jwoo0122/homebrew-tap"
# Publish jobs to run in CI
publish-jobs = ["homebrew"]