From c0222dce0776600129ce1590bd40974df6af8d0b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 5 Apr 2021 11:18:47 +0300 Subject: chore: update Cargo.toml with more metadata fields --- Cargo.lock | 2 +- Cargo.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index b419d4e..d59dee9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" [[package]] name = "bumper" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "cargo-edit", diff --git a/Cargo.toml b/Cargo.toml index 4773e96..6d43fcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "bumper" version ="0.2.0" authors = ["Lars Wirzenius "] edition = "2018" +license = "GPL-3.0-or-later" +description = "Update version number for a software project" +homepage = "https://bumper.liw.fi/" +repository = "https://gitlab.com/larswirzenius/bumper" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.1