aipack 0.8.20

Command Agent runner to accelerate production coding with genai.
# rustfmt doc - https://rust-lang.github.io/rustfmt/

# JC Style
hard_tabs = true # no comment
edition = "2024"
max_width = 120
chain_width = 80
array_width = 80


## Unstable (nightly component rustfmt needed)
imports_granularity = "Module"
group_imports = "One"

## Install rustfmt nightly
# rustup toolchain nightly nightly
# rustup component add rustfmt --toolchain nightly

## Run cargo fmt
# cargo +nightly fmt