Skip to content

Commit

Permalink
fix(docs): updated Cargo.toml, README
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeSchmied committed Feb 29, 2024
1 parent adfcf90 commit 06bedb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[package]
name = "conways-game-of-life-tui"
name = "cgol-tui"
version = "0.2.0"
authors = ["Jeromos Kovacs <[email protected]>"]
edition = "2018"
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"

[dependencies]
crossterm = "0.27.0"
Expand Down

0 comments on commit 06bedb6

Please sign in to comment.