added env file and the ability to set a interval for data to be grabbed

This commit is contained in:
Steven 2023-07-28 22:45:56 -04:00
parent 5d71ada8c9
commit f9e7f97f00
4 changed files with 178 additions and 72 deletions

View file

@ -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"]}