diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000000000000000000000000000000000000..37b427d6f2ea71ba5d921ff60ca5a57440a20ebe
--- /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 4b1a6105c971624e65190bf4f5970c4818449be8..3be0ffbc068b9445273033e20ba59803d9aec5bb 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>"]