diff options
Diffstat (limited to 'src/utils.rs')
-rw-r--r-- | src/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.rs b/src/utils.rs index d23f70d..1d56377 100644 --- a/src/utils.rs +++ b/src/utils.rs | |||
@@ -1,7 +1,7 @@ | |||
1 | use cursive::theme::{BaseColor, Color}; | 1 | use cursive::theme::{BaseColor, Color}; |
2 | use directories::ProjectDirs; | 2 | use directories::ProjectDirs; |
3 | use std::fs; | 3 | use std::fs; |
4 | use std::path::{Path, PathBuf}; | 4 | use std::path::PathBuf; |
5 | 5 | ||
6 | pub struct AppConfig { | 6 | pub struct AppConfig { |
7 | pub true_chr: char, | 7 | pub true_chr: char, |