Browse Source

添加reqwest库

skyfffire 2 years ago
parent
commit
85669d9bec
2 changed files with 4 additions and 0 deletions
  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() {
+
+}