[package] name = "traktorhtml2txt" version = "0.1.0" authors = ["Paul Adenot "] edition = "2018" description = "Does what it says, convert an Traktor set list HTML export to text." license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33" kuchiki = "0.8" chrono = "0.4"