feat: add get_runrs

This commit is contained in:
2022-08-07 19:01:26 +08:00
parent 439eb7d3c3
commit 47aea122e8
8 changed files with 1134 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "get_runrs"
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", features = ["blocking"] }
rust_util = { version = "0.6" }