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"