From 55d7ef29468e2aa74e69b658eeea9f2c4ab6bcad Mon Sep 17 00:00:00 2001 From: Anders Nilsson <anders.nilsson@control.lth.se> Date: Sat, 7 Nov 2015 18:25:52 +0100 Subject: [PATCH] Cleaned up a bit --- Cargo.lock => hello_world/Cargo.lock | 0 Cargo.toml => hello_world/Cargo.toml | 0 {src => hello_world/src}/main.rs | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Cargo.lock => hello_world/Cargo.lock (100%) rename Cargo.toml => hello_world/Cargo.toml (100%) rename {src => hello_world/src}/main.rs (100%) diff --git a/Cargo.lock b/hello_world/Cargo.lock similarity index 100% rename from Cargo.lock rename to hello_world/Cargo.lock diff --git a/Cargo.toml b/hello_world/Cargo.toml similarity index 100% rename from Cargo.toml rename to hello_world/Cargo.toml diff --git a/src/main.rs b/hello_world/src/main.rs similarity index 100% rename from src/main.rs rename to hello_world/src/main.rs -- GitLab