aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-12 22:00:33 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-12 22:00:33 -0400
commitdd600a1852e57a7a7297e573891a6e4aa5805d6c (patch)
treefa07ff71de699a2836818534a139ccf1b8c7b748 /Cargo.toml
parentb0ffd78e6ec79d8749066eb176766a443fd63fca (diff)
downloadexuberant-hacks-dd600a1852e57a7a7297e573891a6e4aa5805d6c.tar.gz
exuberant-hacks-dd600a1852e57a7a7297e573891a6e4aa5805d6c.zip
tweaks towards xscreensaver integration
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b04a2f6..603f4c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,7 @@ authors = ["bnewbold <bnewbold@robocracy.org>"]
glium = "0.*"
image = "0.*"
getopts = "^0.2"
+
+[[bin]]
+name = "exuberantbovines"
+path = "src/main.rs"