config/README.md

11 lines
226 B
Markdown
Raw Permalink Normal View History

# config
`config` is a command line configuration manager written in Rust.
2023-06-20 16:23:10 -04:00
## Libraries
2023-07-11 09:44:20 -04:00
- [pico-args](https://crates.io/crates/pico-args) — argument parsing
- [toml](https://crates.io/crates/toml) — TOML file parsing
2023-06-20 16:23:10 -04:00