diff --git a/Cargo.toml b/Cargo.toml index 2eaaca3..40810e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "gog-sync" version = "0.2.0" authors = ["Sebastian Hugentobler "] +description = "Synchronizes a GOG library with a local folder." +repository = "https://gitlab.com/thallian/gog-sync" +readme = "README.md" +keywords = ["gog", "sync", "cli"] +categories = ["command-line-utilities"] +license = "MPL-2.0" +gitlab = { repository = "thallian/gog-sync", branch = "master" } [dependencies] chrono = "0.3.0"