diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ +pub mod commands; pub mod config; pub mod handlers; +pub mod utils; use anyhow::{Context, Result}; |
![]() |
index : lambo | |
A bot for helping to run CSCI2041. | Nathan Ringo |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 2 |
@@ -1,5 +1,7 @@ +pub mod commands; pub mod config; pub mod handlers; +pub mod utils; use anyhow::{Context, Result}; |