initial commit - basic TUI blackjack game

This commit is contained in:
Nick Pegg 2025-07-04 14:15:56 -07:00
commit 0a72da768e
9 changed files with 738 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "blackjack"
version = "0.1.0"
edition = "2024"
[dependencies]
itertools = "0.14.0"
rand = "0.9.1"