[package] name = "treeviz" version = "0.1.0" authors = ["Niko Matsakis "] edition = "2018" description = "generate graphviz files to show roadmaps" license = "MIT" repository = "https://github.com/nikomatsakis/skill-tree" homepage = "https://github.com/nikomatsakis/skill-tree" [dependencies] clap = "2.33.0" rust-embed = "5.2.0" structopt = "0.3.9" serde = "1.0" serde_derive = "1.0" svg = "0.5.12" toml = "0.5.1"