blackjack-cli 0.1.3

play a casual game of blackjack in the terminal.
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.rand]
version = "0.8.3"

[package]
categories = ["command-line-utilities", "games"]
description = "play a casual game of blackjack in the terminal."
edition = "2018"
keywords = ["blackjack", "casino", "cli", "game", "fun"]
license = "MIT OR Apache-2.0"
name = "blackjack-cli"
readme = "README.md"
repository = "https://github.com/dcts/blackjack-cli/"
version = "0.1.3"