From bb809992ad543ea4c0c31897fbf2d130394dd80e Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 5 Sep 2020 13:18:50 +0200 Subject: Add json output format This patch adds a new output format, JSON. It uses serde to serialize the output types. todo: man page, changelog --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ad2d2f7..a1c0e3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,6 +57,9 @@ version = "0.7.1" version = "1.0" features = ["derive"] +[dependencies.serde_json] +version = "1.0" + [dependencies.structopt] version = "0.3.7" default-features = false -- cgit v1.2.1