spellcast_solver 0.1.0

For solving discord Spellcast boards. Was my first ever Rust project, so code isn't great.
Documentation
[[bin]]
name = "spellcast_solver"
path = "src/main.rs"

[dependencies.crossbeam]
version = "0.8.4"

[lib]
name = "spellcast_solver"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "For solving discord Spellcast boards. Was my first ever Rust project, so code isn't great."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "spellcast_solver"
readme = false
repository = "https://github.com/vLiimes/spellcast_solver"
version = "0.1.0"