[package] name = "ecload" version = "0.1.0" authors = ["Sebastian Hugentobler "] edition = "2018" description = "Download books from https://www.e-codices.unifr.ch" repository = "https://code.vanwa.ch/sebastian@vanwa.ch/ecload" readme = "README.md" keywords = ["e-codice", "cli"] categories = ["command-line-utilities"] license = "MPL-2.0" [dependencies] clap = "2.32.0" image = "0.20.0" log = "0.4.6" printpdf = "0.2.10" reqwest = "0.9.9" scraper = "0.9.1" simple_logger = "1.0.1" tempfile = "3.0.5"