aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-13 18:36:24 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-13 18:36:24 -0400
commit9f8c9bd56c99273b5e59992fd6620b3aabfd3655 (patch)
tree6a8f7d1c1ef6ad5e901605528a7c5a268f812df2 /Cargo.toml
parent0a86f0f0b7e74c2c9a09d7cef4c722e4024fcc6d (diff)
downloadexuberant-hacks-9f8c9bd56c99273b5e59992fd6620b3aabfd3655.tar.gz
exuberant-hacks-9f8c9bd56c99273b5e59992fd6620b3aabfd3655.zip
refactor exuberantbovines into src/bin
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"