Aardwolf-Social / aardwolf

Powering connected social communities with open software.
GNU Affero General Public License v3.0
479 stars 40 forks source link

Create TOML versions of CLI and SETUP YAMLs #272

Closed BanjoFox closed 1 year ago

BanjoFox commented 1 year ago

Created TOML-formatted versions of the two YAML-formatted files in /src/bin. The reasoning for this is the fact that yaml-rust crate hasn't been updated in 4 years, and Clap hasn't supported YAML parsing since version 3.0.0 (current is 4.3.8).

TOML seems to be more widely supported, and in fact is required by Rust for the rust-toolchain file.