diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-12-18 18:45:53 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-12-18 18:45:53 +0100 |
| commit | da985cc06e4caa7501222dbf54f212536fd42b0c (patch) | |
| tree | 106ebacb66abb8fd97a7be4e802ac45d8ce9852d /database/Cargo.toml | |
| parent | fc7f3ae8e39a0398ceba7b9c44f58679c01a98da (diff) | |
| download | jellything-da985cc06e4caa7501222dbf54f212536fd42b0c.tar jellything-da985cc06e4caa7501222dbf54f212536fd42b0c.tar.bz2 jellything-da985cc06e4caa7501222dbf54f212536fd42b0c.tar.zst | |
transaction interface
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"] } |