This commit is contained in:
2025-04-04 12:15:30 +02:00
parent 04233e6f1a
commit be3ad84c7d
12 changed files with 406 additions and 21 deletions

7
herodb/Cargo.lock generated
View File

@@ -658,6 +658,7 @@ dependencies = [
"bincode",
"brotli",
"chrono",
"lazy_static",
"paste",
"poem",
"poem-openapi",
@@ -831,6 +832,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.171"