From e5f90f4474cb96a78080395980283e4b2ce40214 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 15 Feb 2026 22:24:32 +0100 Subject: feat(treewide): Add recipes and user handling --- crates/rocie-server/tests/tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/rocie-server/tests/tests.rs') diff --git a/crates/rocie-server/tests/tests.rs b/crates/rocie-server/tests/tests.rs index 373b573..e788712 100644 --- a/crates/rocie-server/tests/tests.rs +++ b/crates/rocie-server/tests/tests.rs @@ -5,6 +5,7 @@ pub(crate) use _testenv as testenv; mod product_parents; mod products; +mod recipe_parents; mod recipies; mod units; mod users; -- cgit 1.4.1