chore: Move recipe out to its own module (#18)

This commit is contained in:
Gerald Pinder 2024-01-27 12:22:30 -05:00 committed by GitHub
parent 67f2d34058
commit c32a0604ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 220 additions and 203 deletions

View file

@ -9,4 +9,5 @@
#![allow(clippy::module_name_repetitions)]
pub mod commands;
pub mod module_recipe;
mod ops;