X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=common%2Fsrc%2Flib.rs;fp=common%2Fsrc%2Flib.rs;h=19f35ef0b28742dd775b7684ba924b40a37c279e;hb=a372187c8df325929066b1da189d5f81d5e2a822;hp=0000000000000000000000000000000000000000;hpb=33493c8991d8971450fc0eb5114152c9a0faa6b1;p=recipes.git diff --git a/common/src/lib.rs b/common/src/lib.rs new file mode 100644 index 0000000..19f35ef --- /dev/null +++ b/common/src/lib.rs @@ -0,0 +1,6 @@ +mod recipes { + #[test] + fn it_works() { + assert_eq!(2 + 2, 4); + } +} \ No newline at end of file