Remove the cargo.toml workspace and define common as a library
[recipes.git] / common / src / lib.rs
diff --git a/common/src/lib.rs b/common/src/lib.rs
new file mode 100644 (file)
index 0000000..19f35ef
--- /dev/null
@@ -0,0 +1,6 @@
+mod recipes {
+    #[test]
+    fn it_works() {
+        assert_eq!(2 + 2, 4);
+    }
+}
\ No newline at end of file