From 498d9c36e4d55de478e180cd81845989ddd80eda Mon Sep 17 00:00:00 2001 From: tilpner Date: Tue, 25 Sep 2018 16:29:49 +0200 Subject: Add serde_json to hello, make building a little more realistic --- hello/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hello/Cargo.toml') diff --git a/hello/Cargo.toml b/hello/Cargo.toml index e968470..7ba3f94 100644 --- a/hello/Cargo.toml +++ b/hello/Cargo.toml @@ -4,3 +4,6 @@ version = "0.1.0" authors = ["till"] [dependencies] +serde = "1.0.79" +serde_derive = "1.0.79" +serde_json = "1.0.30" -- cgit v1.2.3