From 0f3b0bcb6c196a9b93075a8abee897634c9c892f Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 5 Sep 2020 13:19:01 +0200 Subject: Add tsv output format This patch adds a new output format, tsv. It uses the tsv crate to generate the data and the serde_json crate to transform structs into key-value pairs. 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 a1c0e3b..2658b70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,9 @@ version = "1.0" [dependencies.base32] version = "0.4.0" +[dependencies.csv] +version = "1.1.0" + [dependencies.envy] version = "0.4.1" -- cgit v1.2.1