From 9d32ee26082e97515892e994e6362b2ac1347cd2 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sun, 3 Jun 2018 13:36:47 +0300 Subject: [PATCH] Add missing package metadata --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d5ed2f9b..5c60e0ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "topgrade" +description = "Upgrade all the things" +license-file = "LICENCE" +repository = "https://github.com/r-darwish/topgrade" version = "0.1.0" authors = ["Roey Darwish Dror "] +exclude = ["doc/screenshot.gif"] [dependencies] which = "2.0.0"