summaryrefslogtreecommitdiffstats
path: root/librepology/Cargo.toml
blob: 7379b102d652b8c62db8611d2f7258f92f726e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "librepology"
version = "0.1.0"
authors = ["Matthias Beyer <matthias.beyer@atos.net>"]
edition = "2018"

[dependencies]
serde = "1"
serde_derive = "1"
serde_json = "1"
url = "1.7"
url_serde = "0.2"
futures = "*"
failure = "0.1"
log = "0.4"
derive_more = "0.14"
curl = "0.4"