summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJon Gjengset <jon@thesquareplanet.com>2016-10-12 17:35:55 -0400
committerJon Gjengset <jon@thesquareplanet.com>2016-10-12 17:35:55 -0400
commit357b82e345f94c130d87be565d4b24f2167c8b49 (patch)
tree205dc1ce1faaf2323cc485d03e4aeed37eea7f4d /Cargo.toml
parentadd4558bc1ebf15b02b113e26a71555ad10c6b9e (diff)
Add svgbob binary
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 340ffa9..7499728 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,9 @@ license = "Apache-2.0"
[dependencies]
svg = "0.5"
+clap = "2.13"
+
+[lib]
+
+[[bin]]
+name = "svgbob"