summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-03 18:40:03 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-03 18:40:03 +0100
commit90e60f99167b8d05c2128b3045199542bbf76f56 (patch)
tree73b920779a7a3c736d11645bb1a97bee52e7ba0d /Cargo.toml
parent9c60496bc59c69f3098435f607d5d86a91182f89 (diff)
Add flag to print output as CSV
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 963403e..1debddc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,7 @@ which = "4"
ascii_table = "3"
terminal_size = "0.1"
atty = "0.2"
+csv = "1.1"
url = { version = "2", features = ["serde"] }
tokio = { version = "0.2", features = ["full"] }