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

[dependencies]
svgbob = { path = "../svgbob", version = "0.6" }
clap = "2.16"