From 754c2fa6b875b132ca39093678549b620e190817 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 22 Aug 2020 15:40:57 -0700 Subject: cargo: serde_json --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0412e7d..315a129 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,8 @@ edition = "2018" [dependencies] hyper = "0.13" tokio = { version = "0.2", features = ["full"] } +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" # testing #anyhow = "1" -- cgit v1.2.3