From 0992c36733f58750da93921041424fd09f0158ed Mon Sep 17 00:00:00 2001 From: diogo464 Date: Tue, 8 Feb 2022 09:19:19 +0000 Subject: snapshot before removal --- dotup_cli/src/config.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dotup_cli/src/config.rs') 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; pub struct Config { pub archive_path: PathBuf, pub install_path: PathBuf, + pub working_path: PathBuf, } + +impl Config {} -- cgit