Beginning of frontend + recipe editing
[recipes.git] / common / src / lib.rs
index 19f35ef..94cf1a5 100644 (file)
@@ -1,6 +1,2 @@
-mod recipes {
-    #[test]
-    fn it_works() {
-        assert_eq!(2 + 2, 4);
-    }
-}
\ No newline at end of file
+pub mod utils;
+pub mod ron_api;
\ No newline at end of file