Browse Source

Enable json feature of reqwest

Nikodem Rabuliński 11 tháng trước cách đây
mục cha
commit
fb0c2db08e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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",