aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dotup_cli/src/config.rs')
-rw-r--r--dotup_cli/src/config.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotup_cli/src/config.rs b/dotup_cli/src/config.rs
index ac4fc66..2046ad5 100644
--- a/dotup_cli/src/config.rs
+++ b/dotup_cli/src/config.rs
@@ -3,4 +3,5 @@ use std::path::PathBuf;
3#[derive(Debug)] 3#[derive(Debug)]
4pub struct Config { 4pub struct Config {
5 pub archive_path: PathBuf, 5 pub archive_path: PathBuf,
6 pub install_path: PathBuf,
6} 7}