From 3144f8946ea03f0661844e5bd215ef025604044f Mon Sep 17 00:00:00 2001 From: pythops Date: Mon, 1 May 2023 17:26:22 +0200 Subject: [PATCH] update manifest fields --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 01f4a0b..d9f6f30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,13 @@ [package] name = "bouncinamation" +description = "Bouncing DvD logo animation" version = "0.1.0" authors = ["pythops "] license = "AGPLv3" edition = "2021" +readme = "README.md" +homepage = "https://github.com/pythops/bouncinamation" +repository = "https://github.com/pythops/bouncinamation" [dependencies] crossterm = "0.26.1"