diff options
| author | 2026-02-26 12:40:51 -0500 | |
|---|---|---|
| committer | 2026-02-26 12:40:51 -0500 | |
| commit | 8c411011aadfd96e7189366f20dda87b26a50cbf (patch) | |
| tree | 766b0d2e6d75c63c3fca1ffc0d3359064e83c0fe /src/main.rs | |
| parent | updates to add, remove and list (diff) | |
add build support
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index ff71155..fa0ee11 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,6 +4,7 @@ use std::{env, fs}; use crate::util::TEMP_CONFIG_PATH; mod action; +mod config; mod util; fn main() { |
