2024-01-23 17:18:48 -08:00
|
|
|
[package]
|
2024-01-24 08:48:19 -08:00
|
|
|
name = "chessfriend_core"
|
2024-01-23 17:18:48 -08:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2025-06-02 15:44:38 -07:00
|
|
|
rand = "0.9.1"
|
2025-05-19 08:34:32 -07:00
|
|
|
thiserror = "2"
|