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

3
Cargo.lock generated
View File

@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "addr2line"
@@ -1333,7 +1333,6 @@ dependencies = [
"data-encoding",
"flate2",
"futures",
"lazy_static",
"log",
"memmap2",
"mime",