dlscan_error 0.1.1

A tool to download scan from different sources
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "dlscan_error"
version = "0.1.1"
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_workspace"
repository = "https://github.com/nautiii/dlscan_workspace/tree/master/dlscan_error"

[dependencies]

reqwest = { version = "0.10", features = ["blocking"] }
rusqlite = "0.23"
json = "0.12"
zip = "0.5"