aboutsummaryrefslogtreecommitdiff
path: root/rif/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rif/src/lib.rs')
-rw-r--r--rif/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/rif/src/lib.rs b/rif/src/lib.rs
index 047dc24..a27d90b 100644
--- a/rif/src/lib.rs
+++ b/rif/src/lib.rs
@@ -25,5 +25,5 @@ mod schema;
mod thread;
pub use recipe::{Metadata, Recipe};
-pub use schema::{Ingredient, Schema, Workstep};
-pub use thread::Thread;
+pub use schema::{Ingredient, Material, Schema, Workstep};
+pub use thread::{IngredientLike, Instruction, Measure, Thread};