This commit is contained in:
2025-04-21 05:02:57 +02:00
parent 98af5a3b02
commit 3b5f9c6012
9 changed files with 882 additions and 27 deletions

9
herodb/Cargo.lock generated
View File

@@ -623,6 +623,7 @@ dependencies = [
"tempfile",
"thiserror",
"tokio",
"tst",
"uuid",
]
@@ -1704,6 +1705,14 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tst"
version = "0.1.0"
dependencies = [
"ourdb",
"thiserror",
]
[[package]]
name = "typenum"
version = "1.18.0"