瀏覽代碼

添加reqwest库

skyfffire 2 年之前
父節點
當前提交
85669d9bec
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 1 0
      Cargo.toml
  2. 3 0
      src/test/http-test.rs

+ 1 - 0
Cargo.toml

@@ -8,3 +8,4 @@ edition = "2021"
 [dependencies]
 rust_decimal = "1.31.0"
 rust_decimal_macros = "1.31.0"
+reqwest = "0.11"

+ 3 - 0
src/test/http-test.rs

@@ -0,0 +1,3 @@
+fn main() {
+
+}