We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62314d3 commit 3a01021Copy full SHA for 3a01021
Cargo.toml
@@ -12,3 +12,5 @@ clap = { version = "4.5.38", features = ["derive"] }
12
rand = "0.9.1"
13
reqwest = { version = "0.12.15", features = ["json"] }
14
tokio = { version = "1.45.0", features = ["full"] }
15
+url = "2.5.4"
16
+openssl = { version = "0.10", features = ["vendored"] }
0 commit comments