From 0115c6ba2ab0107f5d4e7b6aa9a5562a3c5b8e83 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 23 Feb 2016 23:08:01 -0800 Subject: [PATCH] Move hello stuff to hello/ --- Cargo.toml => hello/Cargo.toml | 0 {src => hello/src}/main.rs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Cargo.toml => hello/Cargo.toml (100%) rename {src => hello/src}/main.rs (100%) diff --git a/Cargo.toml b/hello/Cargo.toml similarity index 100% rename from Cargo.toml rename to hello/Cargo.toml diff --git a/src/main.rs b/hello/src/main.rs similarity index 100% rename from src/main.rs rename to hello/src/main.rs