feat: splitting up lib.rs into subfiles, starting with anythign taht interacts with teh api

This commit is contained in:
silver 2024-10-28 00:51:39 +00:00
parent ceade9b972
commit 79f880daea
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
6 changed files with 194 additions and 181 deletions

1
src/common/mod.rs Normal file
View file

@ -0,0 +1 @@
pub mod wolves;