From 06bedb62abf6e024258755f02324d93b01114c0b Mon Sep 17 00:00:00 2001 From: Jeromos Kovacs Date: Thu, 29 Feb 2024 20:40:05 +0100 Subject: [PATCH] fix(docs): updated Cargo.toml, README --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f91fb92..057dda7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] -name = "conways-game-of-life-tui" +name = "cgol-tui" version = "0.2.0" authors = ["Jeromos Kovacs "] edition = "2018" +description = "Conway's Game of Life implementation with a TUI" +license = "MIT or Apache-2.0" +documentation = "https://docs.rs/cgol-tui" +repository = "https://github.com/JeromeSchmied/cgol-tui-rs" [dependencies] crossterm = "0.27.0"