Skip to content

Commit

Permalink
fix(cargo.toml): added keywords
Browse files Browse the repository at this point in the history
JeromeSchmied committed Feb 29, 2024
1 parent da7156e commit ddd6505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ 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"]

[dependencies]
crossterm = "0.27.0"

0 comments on commit ddd6505

Please sign in to comment.