From 3f50107062d55a15decc47e93fd4e9f473de86e8 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 5 Jan 2026 14:54:29 +0000 Subject: sync all repos when authorised state data push received --- src/git/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/git/mod.rs') diff --git a/src/git/mod.rs b/src/git/mod.rs index d34f98b..fb17c53 100644 --- a/src/git/mod.rs +++ b/src/git/mod.rs @@ -21,6 +21,7 @@ pub mod authorization; pub mod handlers; pub mod protocol; pub mod subprocess; +pub mod sync; use std::path::{Path, PathBuf}; use std::process::Command; -- cgit v1.2.3