summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-05-31 13:17:05 +0200
committerYuval Adam <_@yuv.al>2024-05-31 13:17:05 +0200
commit5238ecaee0d196e58670222bc4836a622c2602b0 (patch)
treeab363eca21ec034bd2e891d7e857fe9192727037 /Cargo.toml
parentfa4f96a7fb79ec3cd53f1aa00428950a0cd27a34 (diff)
Add inquire select menu
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 b52403c..8aa3940 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+inquire = "0.7.5"
reqwest = { version = "0.12.4", features = ["blocking"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"