Add piece attack tables and magic bitboards
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -6,3 +6,13 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
|
||||
[lints.rust]
|
||||
# unsafe_code = "forbid"
|
||||
|
||||
[lints.clippy]
|
||||
enum_glob_use = "deny"
|
||||
#pedantic = "deny"
|
||||
#nursery = "deny"
|
||||
#unwrap_used = "deny"
|
||||
Reference in New Issue
Block a user