summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 1fc0c990a654d9c5c1af0e6262385137c1b5bdd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "svgbob"
version = "0.1.7"
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]
svg = "0.5"
clap = "2.16"

[lib]

[[bin]]
name = "svgbob"

[dev-dependencies]
handlebars = "0.21"