diff options
| author | diogo464 <[email protected]> | 2021-07-08 17:11:46 -0400 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2021-07-08 17:11:46 -0400 |
| commit | ed0baec0a3f953c99445f6842dadc5566e89cb75 (patch) | |
| tree | 9f988c41db34907283dd126dc57d29b3d0792bd9 /dotup_cli/src/config.rs | |
Initial commit
Diffstat (limited to 'dotup_cli/src/config.rs')
| -rw-r--r-- | dotup_cli/src/config.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dotup_cli/src/config.rs b/dotup_cli/src/config.rs new file mode 100644 index 0000000..ac4fc66 --- /dev/null +++ b/dotup_cli/src/config.rs | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | use std::path::PathBuf; | ||
| 2 | |||
| 3 | #[derive(Debug)] | ||
| 4 | pub struct Config { | ||
| 5 | pub archive_path: PathBuf, | ||
| 6 | } | ||
