move config.toml example into crate root

This commit is contained in:
yggverse 2026-01-10 11:53:22 +02:00
parent ee083dfc45
commit bc61b5c09c
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@ use std::path::PathBuf;
pub struct Argument { pub struct Argument {
/// Path to config file /// Path to config file
/// ///
/// * see `config/example.toml` /// * see `config.toml`
#[arg(short, long)] #[arg(short, long)]
pub config: PathBuf, pub config: PathBuf,
} }