[package]
edition = "2024"
name = "card-stack"
version = "0.2.0"
authors = ["Albar <albarjob@gmail.com>"]
build = false
exclude = [".gitignore"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Stack for card games"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Ripper53/card-stack"
[features]
internals = []
[lib]
name = "card_stack"
path = "src/lib.rs"
[dependencies.state-validation]
version = "0.3"
features = ["input_collector"]
[dependencies.thiserror]
version = "2.0.14"