This commit is contained in:
2025-04-04 11:25:24 +02:00
parent 8a5e41a265
commit 186e339740
13 changed files with 159 additions and 946 deletions

7
herodb/Cargo.lock generated
View File

@@ -658,6 +658,7 @@ dependencies = [
"bincode",
"brotli",
"chrono",
"paste",
"poem",
"poem-openapi",
"rhai",
@@ -1007,6 +1008,12 @@ dependencies = [
"windows-targets",
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "percent-encoding"
version = "2.3.1"