[package] name = "svgbob_cli" version = "0.6.3" authors = ["Jovansonlee Cesar "] 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" [dependencies] svgbob = { path = "../svgbob", version = "0.6" } clap = "2.16" #[[bin]] #name = "svgbob" #path = "src/main.rs"