aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 603f4c5..19775a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "exuberant-bovines"
+name = "exuberantbovines"
version = "0.1.0"
authors = ["bnewbold <bnewbold@robocracy.org>"]
@@ -12,6 +12,3 @@ glium = "0.*"
image = "0.*"
getopts = "^0.2"
-[[bin]]
-name = "exuberantbovines"
-path = "src/main.rs"