added env file and the ability to set a interval for data to be grabbed
This commit is contained in:
parent
5d71ada8c9
commit
f9e7f97f00
4 changed files with 178 additions and 72 deletions
|
|
@ -6,6 +6,8 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.26"
|
||||
dotenv = "0.15.0"
|
||||
indicatif = "0.17.5"
|
||||
reqwest = { version = "0.11.18", features = ["json"] }
|
||||
serde = { version = "1.0.178", features = ["derive"]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue