Explorar o código

Enable json feature of reqwest

Nikodem Rabuliński hai 11 meses
pai
achega
fb0c2db08e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Cargo.toml

+ 2 - 1
Cargo.toml

@@ -17,7 +17,8 @@ reqwest = { version = "0.12.5", default-features = false, features = [
     "rustls-tls",
     "brotli",
     "gzip",
-    "http2"
+    "http2",
+    "json"
 ] }
 tokio = { version = "1.32.0", features = [
     "rt-multi-thread",