From 3aeacf647be2d91e65588f23e8837b79ca366084 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Tue, 29 Nov 2016 18:41:00 -0800 Subject: [PATCH] Module grin is better as a lib to be testable. Will introduce a slim binary module later. --- grin/src/{main.rs => lib.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename grin/src/{main.rs => lib.rs} (100%) diff --git a/grin/src/main.rs b/grin/src/lib.rs similarity index 100% rename from grin/src/main.rs rename to grin/src/lib.rs