feat: add fetch-rs

This commit is contained in:
2023-06-04 13:54:54 +08:00
parent 2b71b456a3
commit c259d6c102
5 changed files with 1374 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "fetch-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11.18", features = ["blocking"] }
rust_util = "0.6.41"