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"