repo.or.cz
/
magnatune-sync.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update dependencies and migrate to 2018 edition
[magnatune-sync.git]
/
Cargo.toml
blob
5cf0ca24f26b5c4db112b5710a9301c0bfe305db
1
[package]
2
name = "magnatune-sync"
3
version = "0.1.0"
4
authors = ["Knut Arne Bjørndal <bob@cakebox.net>"]
5
edition = "2018"
6
7
[dependencies]
8
rss = "1.6"
9
reqwest = "0.9"
10
flate2 = { version = "1.0.6", features = ["zlib"], default-features = false }
11
rusqlite = "0.16"
12
url = "1.7"
13
zip = "0.5"
14
simplelog = "0.5"
15
log = "0.4"
16
structopt = "0.2"
17
directories = "1"