diff options
Diffstat (limited to 'dotup_cli/src/config.rs')
| -rw-r--r-- | dotup_cli/src/config.rs | 1 |
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)] |
| 4 | pub struct Config { | 4 | pub struct Config { |
| 5 | pub archive_path: PathBuf, | 5 | pub archive_path: PathBuf, |
| 6 | pub install_path: PathBuf, | ||
| 6 | } | 7 | } |
