Moved creation of the blockchain infos to a static context

This commit is contained in:
2024-07-13 19:26:44 +01:00
parent a382471b33
commit 9620fdb116
3 changed files with 44 additions and 26 deletions

7
Cargo.lock generated
View File

@@ -28,6 +28,7 @@ name = "blockchain_time"
version = "0.1.0"
dependencies = [
"chrono",
"lazy_static",
]
[[package]]
@@ -100,6 +101,12 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
version = "0.2.155"