aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorGravatar BanceDev 2026-03-02 14:22:55 -0500
committerGravatar BanceDev 2026-03-02 14:22:55 -0500
commitf76baa98acffc6a0d637ff360dd890a5fa10a973 (patch)
treed153197e38c5f26c0398a296259f0b1a98ce2ab4 /src/main.rs
parentdont 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.rs1
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() {