We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0d2cc commit fb1b420Copy full SHA for fb1b420
1 file changed
Cargo.toml
@@ -14,6 +14,7 @@ serde = { version = "1.0", features = ["derive"] }
14
serde_json = "1.0"
15
toml = "0.8"
16
dirs-next = "2.0"
17
+reqwest = { version = "0.12", features = ["json", "blocking"] }
18
git2 = "0.20"
19
tokio = { version = "1", features = ["full"] }
20
0 commit comments