From da985cc06e4caa7501222dbf54f212536fd42b0c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 18 Dec 2025 18:45:53 +0100 Subject: transaction interface --- database/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'database/Cargo.toml') diff --git a/database/Cargo.toml b/database/Cargo.toml index 7e79b92..9354353 100644 --- a/database/Cargo.toml +++ b/database/Cargo.toml @@ -11,3 +11,4 @@ serde_json = "1.0.145" redb = "3.1.0" anyhow = "1.0.100" rocksdb = { version = "0.24.0", features = ["multi-threaded-cf"] } +bytemuck = { version = "1.24.0", features = ["derive"] } -- cgit v1.3