diff options
Diffstat (limited to 'database/Cargo.toml')
| -rw-r--r-- | database/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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"] } |