[package] name = "open-oak-game-of-life" authors = ["Christoffer Aakre "] license = "AGPL-3.0-only" description = "Implementation of Conway's Game of Life using open-oak as the front-end and conlife as the backend" repository = "https://github.com/christofferaakre/open-oak-game-of-life" keywords = ["life", "game-of-life", "game_of_life", "gol", "game"] categories = ["data-structures", "simulation", "games"] readme = "README.md" version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0.32", features = ["derive"] } conlife = { path = "../conlife", version = "0.1" } open-oak = { path = "../open-oak", version = "0.1" }