[package] name = "gof-rs" version = "0.2.4" 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/*.txt"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "2.1.0" crossterm = "0.28.1" include_dir = "0.7.4" rand = "0.8.5" ratatui = "0.29.0"