From 30411a938d072a59d68815c975735d40366ad874 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 26 Nov 2025 05:45:47 +0000 Subject: feat: push authorization from state event --- 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 bd3b9e8..81ff277 100644 --- a/src/git/mod.rs +++ b/src/git/mod.rs @@ -17,6 +17,7 @@ //! - `POST //.git/git-upload-pack` - Clone/fetch operation //! - `POST //.git/git-receive-pack` - Push operation +pub mod authorization; pub mod handlers; pub mod protocol; pub mod subprocess; -- cgit v1.2.3