[package] name = "liblife" description = "A basic crate to build Conway's Game of Life applications with Rust." version = "0.2.0" authors = ["Luiz de PrĂ¡ "] edition = "2018" license = "MIT" repository = "https://github.com/luizdepra/liblife.git" homepage = "https://github.com/luizdepra/liblife" documentation = "https://docs.rs/liblife/" [dependencies] itertools = "0.8.0" failure = "0.1.5"