summaryrefslogtreecommitdiffstats
path: root/svgbob_cli
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2020-04-27 05:52:51 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2020-04-27 05:52:51 +0800
commit86d2f7d529fcd6f99b198cedc7a35aa73b1cc39e (patch)
tree769796cd9b2e72183c89848ba89d9ad9ad1e28b2 /svgbob_cli
parent2559530b5f526f42a78085b7a9acb7a7e722042c (diff)
use path in svgbob_cli
Diffstat (limited to 'svgbob_cli')
-rw-r--r--svgbob_cli/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml
index da4eaf8..c596a4c 100644
--- a/svgbob_cli/Cargo.toml
+++ b/svgbob_cli/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "svgbob_cli"
-version = "0.5.0"
+version = "0.5.0-alpha.4"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbobrus"
@@ -10,7 +10,7 @@ keywords = ["ascii", "svg", "convert", "bob"]
license = "Apache-2.0"
[dependencies]
-svgbob = { version = "0.5.0-alpha.1" }
+svgbob = { path = "../svgbob", version = "0.5.0-alpha.4" }
clap = "2.16"