mirror of
https://github.com/eRgo35/game-of-life.git
synced 2026-02-04 20:46:09 +01:00
initial release 1.0.0
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -1,8 +1,17 @@
|
||||
[package]
|
||||
name = "game-of-life"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
authors = ["Michał Czyż <mike@c2yz.com>"]
|
||||
edition = "2021"
|
||||
|
||||
description = "Rust implementation of the Game of Life"
|
||||
homepage = "https://github.com/eRgo35/game-of-life"
|
||||
repository = "https://github.com/eRgo35/game-of-life"
|
||||
documentation = "https://github.com/eRgo35/game-of-life"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.10", features = ["derive"] }
|
||||
clearscreen = "3.0.0"
|
||||
rand = "0.8.5"
|
||||
|
||||
Reference in New Issue
Block a user