summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-04-22 14:38:40 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-04-22 14:38:40 +0200
commit3e54b01003aa9d27de8f4ca13c9240fe785ec0e1 (patch)
tree0dfe803ba790951e29cba25f791e31418eff5b05 /Cargo.toml
parent29a323e0a3bd3ab3e6109b23e15bb5f9e88398e3 (diff)
Structures representing game state
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c18aa9d..dd11915 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2018"
serde = { version = "1.0.90", features = ["derive"] }
serde_json = "1.0.39"
rand = "0.6.5"
+num-traits = "0.2.6"