From 6d2bbb10a5e45e12f29bf6f8bd39ebea445dc9e9 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Mon, 24 Oct 2022 00:22:29 +0200 Subject: Edited README --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2a8511f..21dd101 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "gof-rs" -version = "0.2.0" +version = "0.2.1" license = "MIT" authors = ["Omar Magdy "] description = "Game of life in your terminal with over 500 unique patterns to choose from." repository = "https://github.com/omagdy7/gof-rs" keywords = ["cli", "game-of-life"] edition = "2021" -include = ["/src", "/presets/patterns"] +include = ["src/", "presets/patterns/*.txt"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3