switch to rocket::launch

refactor cache setup function
remove lazy_static dep, replace with OnceLock
This commit is contained in:
2024-11-30 22:08:47 -05:00
parent 69e8d97e3b
commit 537abe32c1
5 changed files with 82 additions and 77 deletions

View File

@@ -36,7 +36,6 @@ tar = "~0.4"
# and some stuff I don't know why it isn't in std
rand = { version = "~0.8", features = ["std", "alloc", "getrandom", "std_rng", "log"] }
lazy_static = "~1.4"
regex = "~1.11"
chrono = "~0.4"
memmap2 = "~0.9"