Add http client

This commit is contained in:
DefectingCat
2023-04-14 22:16:54 +08:00
parent daa16872e8
commit db9c6bffa0
6 changed files with 446 additions and 3 deletions

View File

@ -16,3 +16,4 @@ thiserror = "1.0.40"
anyhow = "1.0.70"
chrono = "0.4.24"
axum = "0.6.15"
reqwest = "0.11.16"