From 6fa8950cf867a8e1246c2f2c90a4047ae5175f6f Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Wed, 30 Oct 2019 14:36:53 -0400 Subject: Replace Json handler with handler for status codes --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 45c7dce..cb0ce22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,5 @@ actix-rt = "0.2.5" actix-web = "1.0.8" actix-diesel = "0.3.0" serde = "1.0" +serde_json = "1.0" serde_derive = "1.0" -- cgit