diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-18 12:14:15 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-18 12:14:15 +0100 |
commit | 5f4f01791d26003889afbb7179633ca98d5647e1 (patch) | |
tree | ec1dd4df732362cac0cc587d457b1481d68b1db3 | |
parent | 4289e4961b6ba48a58e3719206d80b9cc9e795be (diff) |
feat: 'git' module imported
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 6f20201..2e499f9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,6 +3,8 @@ mod db; mod errors; mod helpers; +mod git; + mod branch; mod commit; mod email; |