diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2022-10-23 23:12:00 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2022-10-23 23:12:00 +0200 |
| commit | f02ed781d11cc5b77d60cc2b0f393eb86b386964 (patch) | |
| tree | 52a77db32922097a6eb91266e904e167151005bd | |
| parent | abc183f1c7f17cf296259506acdb2a1b0ecc38e3 (diff) | |
| download | gof-rs-f02ed781d11cc5b77d60cc2b0f393eb86b386964.tar.xz gof-rs-f02ed781d11cc5b77d60cc2b0f393eb86b386964.zip | |
Edited Cargo.toml
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 = ["../presets/patterns/*.txt"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -19,4 +19,6 @@ tui = "0.19.0" [[bin]] name="gof-rs" +path="src/" + |
