From 5330190e4702378ef21cf2d37598ffeaad43adcc Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Sat, 16 May 2026 12:58:01 -0700 Subject: [PATCH] add crate info --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 21ea8fe..4ac9958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ 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 "] +keywords = ["card", "cards", "solitaire", "klondike"] [dependencies] arrayvec = "0.7.6"