diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index add26f1..e833e4a 100644 --- a/src/main.rs +++ b/src/main.rs | |||
| @@ -14,6 +14,7 @@ mod git; | |||
| 14 | mod key_handling; | 14 | mod key_handling; |
| 15 | mod login; | 15 | mod login; |
| 16 | mod repo_ref; | 16 | mod repo_ref; |
| 17 | mod repo_state; | ||
| 17 | mod sub_commands; | 18 | mod sub_commands; |
| 18 | 19 | ||
| 19 | #[tokio::main] | 20 | #[tokio::main] |