From 53f358f73c37e86f4db9e7bd7af309697dc7237e Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 3 Feb 2020 20:16:09 +0100 Subject: only send changed cells, not the whole field each time --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 979981d..b2c9889 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,4 @@ users = "0.8" specs = { version = "0.15", features = ["specs-derive"] } rand = "0.7" serde_json = "1.0" +serde = { version = "1.0", features = ["derive"] } -- cgit