Files
vtracer/cmdapp/Cargo.toml
Sanford Pun 0c4fa1d742 CMD app
2020-10-31 17:42:04 +08:00

15 lines
493 B
TOML

[package]
name = "vtracer"
version = "0.1.0"
authors = ["Chris Tsang <tyt2y7@gmail.com>"]
edition = "2018"
description = "A cmd app to convert images into vector graphics."
homepage = "http://www.visioncortex.org/vtracer"
repository = "https://github.com/visioncortex/vtracer/"
categories = ["graphics"]
keywords = ["svg", "computer-graphics"]
[dependencies]
clap = "2.33.3"
image = "0.23.10"
visioncortex = { path = "../visioncortex" }