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 fb17c53..205e3bc 100644 --- a/src/git/mod.rs +++ b/src/git/mod.rs | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | 19 | ||
| 20 | pub mod authorization; | 20 | pub mod authorization; |
| 21 | pub mod handlers; | 21 | pub mod handlers; |
| 22 | pub mod process; | ||
| 22 | pub mod protocol; | 23 | pub mod protocol; |
| 23 | pub mod subprocess; | 24 | pub mod subprocess; |
| 24 | pub mod sync; | 25 | pub mod sync; |