aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2022-10-23 23:16:50 +0200
committeromagdy7 <omar.professional8777@gmail.com>2022-10-23 23:16:50 +0200
commit9a22465838289e495ef121704a3b381fa36bb441 (patch)
treefc14130643645ca7b74558d9cdf8b6acd0164535 /Cargo.toml
parentd8b7eb461c830a869ddf98edeeaedfc563ff10e5 (diff)
downloadgof-rs-9a22465838289e495ef121704a3b381fa36bb441.tar.xz
gof-rs-9a22465838289e495ef121704a3b381fa36bb441.zip
Edited Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 1 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fd44fc9..39e306b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +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"]
+include = ["/src", "/presets/"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -17,8 +17,3 @@ crossterm = "0.25.0"
rand = "0.8.5"
tui = "0.19.0"
-[[bin]]
-name="gof-rs"
-path="src/main.rs"
-
-