diff options
Diffstat (limited to 'src/git/mod.rs')
| -rw-r--r-- | src/git/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 17 | //! - `POST /<npub>/<identifier>.git/git-upload-pack` - Clone/fetch operation | 17 | //! - `POST /<npub>/<identifier>.git/git-upload-pack` - Clone/fetch operation |
| 18 | //! - `POST /<npub>/<identifier>.git/git-receive-pack` - Push operation | 18 | //! - `POST /<npub>/<identifier>.git/git-receive-pack` - Push operation |
| 19 | 19 | ||
| 20 | pub mod authorization; | ||
| 20 | pub mod handlers; | 21 | pub mod handlers; |
| 21 | pub mod protocol; | 22 | pub mod protocol; |
| 22 | pub mod subprocess; | 23 | pub mod subprocess; |