aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/config.rs
blob: ac4fc66b4a0d9e2b6fcede91aa6c57e666996e02 (plain)
1
2
3
4
5
6
use std::path::PathBuf;

#[derive(Debug)]
pub struct Config {
    pub archive_path: PathBuf,
}