loop-http-get 1.0.0

Send an HTTP GET every 60 seconds.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.minreq]
version = "2.8.1"

[package]
description = "Send an HTTP GET every 60 seconds."
edition = "2021"
homepage = "https://github.com/WaterLemons2k/loop-http-get"
license = "MIT"
name = "loop-http-get"
readme = "README.md"
repository = "https://github.com/WaterLemons2k/loop-http-get"
version = "1.0.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true