summaryrefslogtreecommitdiffstats
path: root/svgbob_cli
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2017-11-17 18:41:12 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2017-11-17 18:41:12 +0800
commita174de7274d8a374887192b34d4cb393451ebc53 (patch)
tree6f5866b2ef5aa5081499d2295bce0883beceb39d /svgbob_cli
parent0883318cf3cd48c34904d8eb81376428de316548 (diff)
update dep, some specs
Diffstat (limited to 'svgbob_cli')
-rw-r--r--svgbob_cli/Cargo.lock24
-rw-r--r--svgbob_cli/Cargo.toml4
2 files changed, 13 insertions, 15 deletions
diff --git a/svgbob_cli/Cargo.lock b/svgbob_cli/Cargo.lock
index 13e240d..797bfae 100644
--- a/svgbob_cli/Cargo.lock
+++ b/svgbob_cli/Cargo.lock
@@ -1,13 +1,3 @@
-[root]
-name = "svgbob_cli"
-version = "0.2.2"
-dependencies = [
- "clap 2.26.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "handlebars 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "svg 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "svgbob 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "ansi_term"
version = "0.9.0"
@@ -106,8 +96,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "svgbob"
-version = "0.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
+version = "0.2.2"
dependencies = [
"pom 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"svg 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -115,6 +104,16 @@ dependencies = [
]
[[package]]
+name = "svgbob_cli"
+version = "0.2.2"
+dependencies = [
+ "clap 2.26.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "handlebars 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "svg 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "svgbob 0.2.2",
+]
+
+[[package]]
name = "term_size"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -173,7 +172,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
"checksum svg 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6569d8ee08322afcc9f3eb19a9af4ebbb5a2502a4048cb32f741020a02b0d668"
-"checksum svgbob 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5a3023339a2ef0a1a35c2ad1bbded4169dedeb2c4ce65081bac7838dd8ec6f4b"
"checksum term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209"
"checksum textwrap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f728584ea33b0ad19318e20557cb0a39097751dbb07171419673502f848c7af6"
"checksum unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946"
diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml
index 3e50db4..c23a39b 100644
--- a/svgbob_cli/Cargo.toml
+++ b/svgbob_cli/Cargo.toml
@@ -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"