summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-10-10 16:59:39 -0400
committerMicha White <botahamec@outlook.com>2023-10-10 16:59:39 -0400
commite4be2bdb76842e34503c2a408ab7cffdc30d4ec2 (patch)
treee112323fd7e6c7bf490ae055176e1c94f35bdd99 /engine/Cargo.toml
parente459e742fd2bb364211d38dde14f1d594d70445e (diff)
Tablebase header
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r--engine/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index b33994d..9f81ec1 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -9,6 +9,8 @@ publish = false
[dependencies]
model = {path = "../model"}
+byteorder = "1"
+thiserror = "1"
parking_lot = "0.12"
mimalloc = "0.1.39"