diff options
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 1 insertions, 6 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 = ["/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" - - |
