diff options
Diffstat (limited to 'dotup_cli/src/config.rs')
| -rw-r--r-- | dotup_cli/src/config.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dotup_cli/src/config.rs b/dotup_cli/src/config.rs deleted file mode 100644 index dabaf74..0000000 --- a/dotup_cli/src/config.rs +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | use std::path::PathBuf; | ||
| 2 | |||
| 3 | #[derive(Debug)] | ||
| 4 | pub struct Config { | ||
| 5 | pub archive_path: PathBuf, | ||
| 6 | pub install_path: PathBuf, | ||
| 7 | pub working_path: PathBuf, | ||
| 8 | } | ||
| 9 | |||
| 10 | impl Config {} | ||
