deps: add tempfile for fsck index comparison

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
Kent Overstreet 2026-04-15 01:40:44 -04:00
parent 2a7b0daea1
commit 90e68d6081
2 changed files with 21 additions and 0 deletions

View file

@ -51,6 +51,7 @@ ast-grep-language = { version = "0.42", features = ["builtin-parser"] }
walkdir = "2"
redb = "4"
tempfile = "3"
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7", features = ["compat"] }