From 0cae5089cb84478060794cadbbfc924d4b9ae9cd Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 23 Oct 2022 21:51:03 +0200 Subject: Published to crates.io --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fb0554f..f84bdfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,11 @@ [package] name = "gof-rs" version = "0.1.0" +license = "MIT" +authors = ["Omar Magdy "] +description = "Game of life in your terminal with over 500 uniquer patterns to choose from." +repository = "https://github.com/omagdy7/gof-rs" +keywords = ["cli", "game-of-life"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3