diff --git a/utils/src/lib.rs b/utils/src/lib.rs index b17ed4e..5468926 100644 --- a/utils/src/lib.rs +++ b/utils/src/lib.rs @@ -14,7 +14,7 @@ mod macros; pub mod args; /// Module for storing and using resources -mod resources; +pub mod resources; /// Module for storing and using build data pub mod build;