summaryrefslogtreecommitdiff
path: root/systems/storage/Cargo.toml
blob: 5afb7801266024f555cbbf8f389b6b8c84e44e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"