diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-05-21 11:19:43 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-05-21 11:19:43 +0000 |
| commit | a579e90666d49a0f9353319525b1790ad7b26c4a (patch) | |
| tree | 30f783750741eca1703e1edb3174d7e6cedbf0f8 /src/repos/mod.rs | |
| parent | e98276e79cea0c3e474ca0251c276c474c35ed70 (diff) | |
repos
Diffstat (limited to 'src/repos/mod.rs')
| -rw-r--r-- | src/repos/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/repos/mod.rs b/src/repos/mod.rs new file mode 100644 index 0000000..e95cfbd --- /dev/null +++ b/src/repos/mod.rs | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | pub mod repo; | ||
| 2 | pub mod init; | ||