Files
card_game/klondike-cli/Cargo.toml
T
Quaternions a28a965d12 seed_from_u64 (#7)
Closes #5

Reviewed-on: #7
Co-authored-by: Rhys Lloyd <krakow20@gmail.com>
Co-committed-by: Rhys Lloyd <krakow20@gmail.com>
2026-05-18 19:17:11 +00:00

10 lines
278 B
TOML

[package]
name = "klondike-cli"
version = "0.1.0"
edition = "2024"
[dependencies]
card_game = { version = "0.1.0", path = "../card_game" }
klondike = { version = "0.1.0", path = "../klondike" }
rand = { version = "0.10.1", default-features = false, features = ["thread_rng"] }