gog-sync/Cargo.toml

28 lines
668 B
TOML
Raw Permalink Normal View History

2017-03-19 13:50:58 +00:00
[package]
2017-03-20 18:00:27 +00:00
name = "gog-sync"
version = "0.3.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"
2019-01-21 10:06:40 +00:00
repository = "https://code.vanwa.ch/sebastian@vanwa.ch/gog-sync"
2017-03-21 16:17:15 +00:00
readme = "README.md"
keywords = ["gog", "sync", "cli"]
categories = ["command-line-utilities"]
license = "MPL-2.0"
[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"
regex = "0.2"
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"