initial commit - basic TUI blackjack game
This commit is contained in:
commit
0a72da768e
9 changed files with 738 additions and 0 deletions
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "blackjack"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.14.0"
|
||||
rand = "0.9.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue