diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-01 20:13:55 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-01 20:13:55 +0200 |
| commit | a807d4e6fb96c4d8b8585b7dbb862e53486562ec (patch) | |
| tree | 92481d73423fd925f4dd034d68cbfd2e30e216d5 /src/config/mod.rs | |
| parent | 417cee4eeeaf7516dfeb59cdbe34fed18f30e0f7 (diff) | |
add evalsto
Diffstat (limited to 'src/config/mod.rs')
| -rw-r--r-- | src/config/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/mod.rs b/src/config/mod.rs index e6c4952..6e88306 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -6,7 +6,9 @@ use self::theme::Theme; pub mod theme; pub mod constants; +pub mod evalsto; +#[derive(Debug)] pub struct GlobalConfig { pub theme: Theme, } |