From 812bdf45b6ebc7b499f04ccb112877cb8d46c952 Mon Sep 17 00:00:00 2001
From: Anders Nilsson <anders.nilsson@control.lth.se>
Date: Sat, 7 Nov 2015 17:36:51 +0100
Subject: [PATCH] First successful build and run

---
 Cargo.lock | 4 ++++
 Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 Cargo.lock

diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..37b427d
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,4 @@
+[root]
+name = "hello_world"
+version = "0.1.0"
+
diff --git a/Cargo.toml b/Cargo.toml
index 4b1a610..3be0ffb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
 [package]
-name = "HelloWorld"
+name = "hello_world"
 version = "0.1.0"
 authors = ["Anders Nilsson <anders.nilsson@control.lth.se>"]
 
-- 
GitLab