Add a common crate.
[rup.git] / common / src / lib.rs
diff --git a/common/src/lib.rs b/common/src/lib.rs
new file mode 100644 (file)
index 0000000..7216967
--- /dev/null
@@ -0,0 +1,6 @@
+mod rup {
+    #[test]
+    fn it_works() {
+        assert_eq!(2 + 2, 4);
+    }
+}
\ No newline at end of file