move into folder

This commit is contained in:
2026-05-16 16:39:59 -07:00
parent 7b368e3cf4
commit bfb3d28e1b
9 changed files with 0 additions and 0 deletions
-13
View File
@@ -1,13 +0,0 @@
[package]
name = "card_game"
version = "0.1.0"
edition = "2024"
repository = "https://git.aleshym.co/Quaternions/card_game"
license = "MIT OR Apache-2.0"
description = "Card game library."
authors = ["Rhys Lloyd <krakow20@gmail.com>"]
keywords = ["card", "cards", "solitaire", "klondike"]
[dependencies]
arrayvec = "0.7.6"
rand = { version = "0.10.1", default-features = false, features = ["thread_rng"] }