From 10c8ceb168e86a58e38086691ddd519bac63ff03 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 14 May 2017 21:49:48 +0200 Subject: Added model for knowledge of the game's state Will be useful to track deductions that have already been made. --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c90a18f..cdebbe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,7 @@ authors = ["Justin Worthe "] [dependencies] rand = "0.3" -json = "0.11.6" \ No newline at end of file +json = "0.11.6" +serde = "1.0.4" +serde_json = "1.0.2" +serde_derive = "1.0.4" \ No newline at end of file -- cgit v1.2.3