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.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotup_cli/src/config.rs b/dotup_cli/src/config.rs
index 2046ad5..dabaf74 100644
--- a/dotup_cli/src/config.rs
+++ b/dotup_cli/src/config.rs
@@ -4,4 +4,7 @@ use std::path::PathBuf;
4pub struct Config { 4pub struct Config {
5 pub archive_path: PathBuf, 5 pub archive_path: PathBuf,
6 pub install_path: PathBuf, 6 pub install_path: PathBuf,
7 pub working_path: PathBuf,
7} 8}
9
10impl Config {}