chore: rename lib to utils

To avoid rust confusion between main.rs and lib.rs
This commit is contained in:
Keivan-sf
2023-11-09 12:38:26 +03:30
parent 6876a66c06
commit 2e38ed537e
4 changed files with 4 additions and 5 deletions

1
src/utils/mod.rs Normal file
View File

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