From 6ced8f32b146e1d827ce7f293bb4e5aa29c1b56e Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 9 Jan 2019 20:52:00 -0800 Subject: [PATCH] Make rojo-e2e a lib so 'cargo run' works again --- rojo-e2e/src/{main.rs => lib.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename rojo-e2e/src/{main.rs => lib.rs} (100%) diff --git a/rojo-e2e/src/main.rs b/rojo-e2e/src/lib.rs similarity index 100% rename from rojo-e2e/src/main.rs rename to rojo-e2e/src/lib.rs