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 d34f98b..fb17c53 100644 --- a/src/git/mod.rs +++ b/src/git/mod.rs | |||
| @@ -21,6 +21,7 @@ pub mod authorization; | |||
| 21 | pub mod handlers; | 21 | pub mod handlers; |
| 22 | pub mod protocol; | 22 | pub mod protocol; |
| 23 | pub mod subprocess; | 23 | pub mod subprocess; |
| 24 | pub mod sync; | ||
| 24 | 25 | ||
| 25 | use std::path::{Path, PathBuf}; | 26 | use std::path::{Path, PathBuf}; |
| 26 | use std::process::Command; | 27 | use std::process::Command; |