summaryrefslogtreecommitdiffstats
path: root/svgbob_cli
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob_cli')
-rw-r--r--svgbob_cli/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml
index 028f0a3..857cec5 100644
--- a/svgbob_cli/Cargo.toml
+++ b/svgbob_cli/Cargo.toml
@@ -10,7 +10,7 @@ keywords = ["ascii", "svg", "convert", "bob"]
license = "Apache-2.0"
[dependencies]
-svgbob = { version = "0.5.0", path = "../svgbob" }
+svgbob = { version = "0.5.0-alpha.0", path = "../svgbob" }
clap = "2.16"
@@ -18,6 +18,3 @@ clap = "2.16"
name = "svgbob"
path = "src/main.rs"
-[dev-dependencies]
-handlebars = "0.21"
-