feat: add ureq

This commit is contained in:
2022-05-14 01:29:43 +08:00
parent 92bfe1819a
commit 7034c0b86c
3 changed files with 540 additions and 0 deletions

11
__network/ureq/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "ureq"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ureq = "*"
rust_util = "*"