feat(install): install feature, installing mods into mods directory

This commit is contained in:
RafayAhmad7548 2026-09-03 13:07:03 +05:00
parent 809151b28c
commit 5359b39c9b
Signed by: RafayAhmad
SSH key fingerprint: SHA256:WURX8viobA1uawb4dWM3LqYrY+XPcZcXhAXAlrYdhtE
7 changed files with 176 additions and 4 deletions

View file

@ -8,10 +8,12 @@ clap = { version = "4.6.6", features = ["derive"] }
colored = "3.1.1"
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
futures-util = "0.3.34"
hex = "0.4.3"
indicatif = "0.18.6"
reqwest = { version = "0.13.4", features = ["json", "stream", "query"] }
serde = { version = "1.0.229", features = ["derive"] }
sha1 = "0.11.0"
sha2 = "0.11.0"
terminal_size = "0.4.4"
textwrap = "0.16.2"
tokio = { version = "1.53.1", features = ["full"] }