feat(search): search feature via modrinth api for current project

This commit is contained in:
RafayAhmad7548 2026-09-01 19:46:24 +05:00
parent 1092071968
commit 10e3ca2efb
Signed by: RafayAhmad
SSH key fingerprint: SHA256:WURX8viobA1uawb4dWM3LqYrY+XPcZcXhAXAlrYdhtE
8 changed files with 226 additions and 32 deletions

View file

@ -5,11 +5,14 @@ edition = "2024"
[dependencies]
clap = { version = "4.6.6", features = ["derive"] }
colored = "3.1.1"
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
futures-util = "0.3.34"
indicatif = "0.18.6"
reqwest = { version = "0.13.4", features = ["json", "stream"] }
reqwest = { version = "0.13.4", features = ["json", "stream", "query"] }
serde = { version = "1.0.229", features = ["derive"] }
sha1 = "0.11.0"
terminal_size = "0.4.4"
textwrap = "0.16.2"
tokio = { version = "1.53.1", features = ["full"] }
toml = "1.1.4"