chore: switch to TOML-based configuration

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Id9e80fa744f3b7e3b8abc260efdc9dd66a6a6964
This commit is contained in:
raf 2026-02-19 00:49:21 +03:00
commit bfd9fa485e
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
5 changed files with 82 additions and 29 deletions

View file

@ -27,7 +27,7 @@ enum Args {
#[derive(Parser, Debug)]
struct RunArgs {
#[arg(short, long, default_value = "/etc/pscand/pscand.conf")]
#[arg(short, long, default_value = "/etc/pscand/pscand.toml")]
config: PathBuf,
#[arg(short, long)]