From 3280e0bf472f418f1b4f209b1355fcaa1db163c6 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 28 Jan 2020 18:32:17 +0100 Subject: added player entity; changed json library --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bbe5690..979981d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ slab = "0.4.2" nix = "0.13" libc = "0.2" users = "0.8" -json = "0.12.1" -specs = { version = "0.15.1", features = ["specs-derive"] } -rand = "0.7.3" +specs = { version = "0.15", features = ["specs-derive"] } +rand = "0.7" +serde_json = "1.0" -- cgit