diff options
Diffstat (limited to 'systems/storage/Cargo.toml')
| -rw-r--r-- | systems/storage/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/systems/storage/Cargo.toml b/systems/storage/Cargo.toml new file mode 100644 index 0000000..5afb780 --- /dev/null +++ b/systems/storage/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "storage_system" +edition = "2024" +version.workspace = true + +[dependencies] +thiserror = "1.0.69" +tokio = { version = "1.48", features = ["full"] } + +blake3 = "1.5.0" +hex = "0.4.3" +memmap2 = "0.9.4" +log = "0.4.25" |
