From 92b05a877eb772985d2f4fc9cd198ca642b69b6a Mon Sep 17 00:00:00 2001 From: diogo464 Date: Tue, 8 Feb 2022 09:21:12 +0000 Subject: removed old code --- dotup_cli/src/config.rs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 dotup_cli/src/config.rs (limited to 'dotup_cli/src/config.rs') 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 @@ -use std::path::PathBuf; - -#[derive(Debug)] -pub struct Config { - pub archive_path: PathBuf, - pub install_path: PathBuf, - pub working_path: PathBuf, -} - -impl Config {} -- cgit