feat: Allow default recipe path (#45)

This commit is contained in:
Gerald Pinder 2024-02-04 13:45:20 -05:00 committed by GitHub
parent a1751f2f94
commit d7885ded63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 48 additions and 19 deletions

View file

@ -10,5 +10,6 @@
shadow_rs::shadow!(shadow);
pub mod commands;
pub mod constants;
pub mod module_recipe;
mod ops;