2017-03-19 13:50:58 +00:00
|
|
|
[package]
|
2017-03-20 18:00:27 +00:00
|
|
|
name = "gog-sync"
|
2017-03-23 15:12:28 +00:00
|
|
|
version = "0.2.4"
|
2017-03-20 12:14:49 +00:00
|
|
|
authors = ["Sebastian Hugentobler <sebastian@vanwa.ch>"]
|
2017-03-21 16:17:15 +00:00
|
|
|
description = "Synchronizes a GOG library with a local folder."
|
2017-03-21 20:24:08 +00:00
|
|
|
documentation = "https://docs.rs/crate/gog-sync"
|
2017-03-21 16:17:15 +00:00
|
|
|
repository = "https://gitlab.com/thallian/gog-sync"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["gog", "sync", "cli"]
|
|
|
|
categories = ["command-line-utilities"]
|
|
|
|
license = "MPL-2.0"
|
2017-03-21 16:23:49 +00:00
|
|
|
|
|
|
|
[badges]
|
2017-03-21 16:17:15 +00:00
|
|
|
gitlab = { repository = "thallian/gog-sync", branch = "master" }
|
2017-03-19 13:50:58 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2017-03-20 12:14:49 +00:00
|
|
|
chrono = "0.3.0"
|
|
|
|
clap = "2.21.1"
|
|
|
|
curl = "0.4.6"
|
|
|
|
env_logger = "0.3"
|
|
|
|
log = "0.3"
|
2017-03-19 13:50:58 +00:00
|
|
|
serde = "0.9.11"
|
|
|
|
serde_derive = "0.9.11"
|
|
|
|
serde_json = "0.9"
|
2017-03-20 12:14:49 +00:00
|
|
|
url = "1.4.0"
|
|
|
|
xdg = "2.1.0"
|