update reqwests and add cargo description

This commit is contained in:
2026-05-23 01:09:27 +02:00
parent 6cdba7414e
commit 837959316e
2 changed files with 358 additions and 150 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
[package]
name = "rust_reqwests"
description = "Easily download software from rutracker directly through the terminal"
version = "0.1.0"
edition = "2024"
@@ -9,7 +10,7 @@ clap = { version = "4.6.1", features = ["derive"] }
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
futures = "0.3.31"
owo-colors = "4.3.0"
reqwest = { version = "0.12", features = ["json"] }
reqwest = { version = "0.13.3", features = ["json"] }
select = "0.6.1"
serde = "1.0.228"
serde_json = "1.0.145"