feat(search): search feature via modrinth api for current project
This commit is contained in:
parent
1092071968
commit
10e3ca2efb
8 changed files with 226 additions and 32 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue