dlscan_launcher 0.1.0

A tool to download scan from different sources
Documentation
[package]

name = "dlscan_launcher"
version = "0.1.0"
authors = ["n@uti <quentin.maillard@epitech.eu>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A tool to download scan from different sources"
homepage = "https://github.com/nautiii/dlscan"
repository = "https://github.com/nautiii/dlscantree/master/dlscan_launcher"

[dependencies]

dlscan_source = "0.1"
reqwest = { version = "0.10", features = ["blocking"] }
rayon = "1.3" # crossbeam crate ?
rusqlite = "0.23"
json = "0.12"
log = "0.4"
simple-logging = "2.0"
lazy_static = "1.4"