[package] name = "cgol-tui" version = "0.6.2" authors = ["Jeromos Kovacs "] edition = "2021" description = "Conway's Game of Life implementation with a TUI" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/cgol-tui" repository = "https://github.com/JeromeSchmied/cgol-tui-rs" keywords = ["conway", "game-of-life", "tui"] categories = ["games"] [dependencies] fastrand = "2.1.1" ratatui = "0.29.0"