From 6184fbf43710f15abfc7620774ec3be5af7724e4 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 23 Oct 2022 23:09:11 +0200 Subject: Added resource file in cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f84bdfc..3d0fed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "Game of life in your terminal with over 500 uniquer patterns to c repository = "https://github.com/omagdy7/gof-rs" keywords = ["cli", "game-of-life"] edition = "2021" +include = ["/presets/patterns/*.txt"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3