From 7113c7629927143906854adf0cc44c66aace86ea Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 2 Jan 2018 13:23:05 +0100 Subject: [PATCH] Bump the version to 1.0.0; add some missing fields --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c1775e..849e23d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "wishlists" -version = "0.1.0" +version = "1.0.0" authors = ["Paul van Tilburg "] +description = """ +A web application for maintaining a board of wishlists for a family or +group of friends. +""" +readme = "README.md" +license = "MIT" [dependencies] comrak = "0.2.5"