Added getting and updating BSV time

This commit is contained in:
2024-07-13 20:28:33 +01:00
parent c9a2fe6c71
commit bdc027aa16
3 changed files with 1140 additions and 11 deletions

View File

@@ -8,3 +8,5 @@ edition = "2021"
[dependencies]
chrono = "0.4.38"
lazy_static = "1.5.0"
reqwest = { version = "0.12.5", features = ["json", "blocking"] }
serde_json = "1.0.120"