add console static server

This commit is contained in:
weisd
2025-01-22 13:42:40 +08:00
parent 5c339f0757
commit 375834ea46
7 changed files with 72 additions and 5 deletions
Generated
+20
View File
@@ -1419,6 +1419,25 @@ dependencies = [
"icu_properties",
]
[[package]]
name = "include_dir"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
dependencies = [
"include_dir_macros",
]
[[package]]
name = "include_dir_macros"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "indexmap"
version = "1.9.3"
@@ -2406,6 +2425,7 @@ dependencies = [
"hyper",
"hyper-util",
"iam",
"include_dir",
"jsonwebtoken",
"lazy_static",
"lock",