lssa/storage/Cargo.toml
2025-12-19 18:30:40 +03:00

12 lines
178 B
TOML

[package]
name = "storage"
version = "0.1.0"
edition = "2024"
[dependencies]
common.workspace = true
thiserror.workspace = true
borsh.workspace = true
rocksdb.workspace = true