summaryrefslogtreecommitdiffstats
path: root/svgbob_cli/Cargo.toml
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2017-11-17 22:01:42 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2017-11-17 22:01:42 +0800
commit57c85a9771ce9780320f83f2aae734edcf3d4e5a (patch)
tree54149802ace0b7e3bac08f65aa0ed347a0ebb781 /svgbob_cli/Cargo.toml
parent7235d6db06dadb15d3c4b6e2063f0613ff88046b (diff)
Publishing 0.2.3
Diffstat (limited to 'svgbob_cli/Cargo.toml')
-rw-r--r--svgbob_cli/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml
index c23a39b..4a7c9c0 100644
--- a/svgbob_cli/Cargo.toml
+++ b/svgbob_cli/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "svgbob_cli"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbobrus"
@@ -10,8 +10,8 @@ keywords = ["ascii", "svg", "convert", "bob"]
license = "Apache-2.0"
[dependencies]
-svgbob = {path = "../svgbob"}
-#svgbob = "0.2"
+#svgbob = {path = "../svgbob"}
+svgbob = "0.2"
clap = "2.16"
svg = "0.5"