Remove the cargo.toml workspace and define common as a library
[recipes.git] / common / src / main.rs
diff --git a/common/src/main.rs b/common/src/main.rs
deleted file mode 100644 (file)
index e7a11a9..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-fn main() {
-    println!("Hello, world!");
-}