aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/config.rs
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2022-02-08 09:19:19 +0000
committerdiogo464 <[email protected]>2022-02-08 09:19:19 +0000
commit0992c36733f58750da93921041424fd09f0158ed (patch)
tree4d4eeba8347ab3e10a26dddcb82b8578f3c2aec2 /dotup_cli/src/config.rs
parent6817631ddee3795af3a558bf38e477da4ae5b1cb (diff)
snapshot before removal
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 {}