summaryrefslogtreecommitdiffstats
path: root/svgbob_cli/Cargo.toml
blob: d43fadc6f76ff58c187ea4792865b24725480706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "svgbob_cli"
version = "0.4.2"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbobrus"
documentation = "https://docs.rs/svgbob"
keywords = ["ascii", "svg", "convert", "bob"]
license = "Apache-2.0"

[dependencies]
svgbob = "0.4.1"
clap = "2.16"
svg = "0.5"

[[bin]]
name = "svgbob"
path = "src/main.rs"

[dev-dependencies]
handlebars = "0.21"

[replace]
"svgbob:0.4.1" = {path ="../svgbob"}