Compare commits
2 Commits
3f68ce545d
...
7b368e3cf4
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b368e3cf4 | |||
| 5330190e47 |
@@ -0,0 +1,2 @@
|
|||||||
|
[registries.Quaternions]
|
||||||
|
index = "sparse+https://git.aleshym.co/api/packages/Quaternions/cargo/"
|
||||||
@@ -2,6 +2,11 @@
|
|||||||
name = "card_game"
|
name = "card_game"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
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]
|
[dependencies]
|
||||||
arrayvec = "0.7.6"
|
arrayvec = "0.7.6"
|
||||||
|
|||||||
Reference in New Issue
Block a user