Files
vtracer/cmdapp/Cargo.toml
Chris Tsang 20187e0993 0.2.0
2020-11-15 16:27:37 +08:00

16 lines
446 B
TOML

[package]
name = "vtracer"
version = "0.2.0"
authors = ["Chris Tsang <tyt2y7@gmail.com>"]
edition = "2018"
description = "A cmd app to convert images into vector graphics."
license = "MIT OR Apache-2.0"
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 = "0.3.0"