quack_engine 0.0.1

A chess engine for Duck Chess.
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "quack_engine"
version = "0.0.1"
authors = ["Sammy Harris <sammy@stegabob.com>"]
edition = "2021"
description = "A chess engine for Duck Chess."
repository = "https://github.com/stegabob/quack_engine"
license = "Apache-2.0"
keywords = ["chess"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]