From 59cd6d536526fff6b8111e7ffadd01c3b79e7cf2 Mon Sep 17 00:00:00 2001 From: The Chef Date: Thu, 17 Apr 2025 01:43:36 +0000 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 361ef2a..317fd86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -clap = { version = "4.5.35", features = ["derive"] } +clap = { version = "4.5.36", features = ["derive"] } csv = "1.3.1" +json = "0.12.4" +prettytable = "0.10.0"