diff options
| author | 2026-03-02 14:22:55 -0500 | |
|---|---|---|
| committer | 2026-03-02 14:22:55 -0500 | |
| commit | f76baa98acffc6a0d637ff360dd890a5fa10a973 (patch) | |
| tree | d153197e38c5f26c0398a296259f0b1a98ce2ab4 /src/main.rs | |
| parent | dont fail on empty command (diff) | |
use lockfile for update tracking instead of trusting repo head
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 529b875..37a308a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,6 +5,7 @@ use crate::config::TEMP_CONFIG_PATH; mod action; mod config; +mod lock; mod util; fn main() { |
