lssa/storage/Cargo.toml
2026-03-17 15:13:44 +03:00

18 lines
283 B
TOML

[package]
name = "storage"
version = "0.1.0"
edition = "2024"
license = { workspace = true }
[lints]
workspace = true
[dependencies]
common.workspace = true
nssa.workspace = true
thiserror.workspace = true
borsh.workspace = true
rocksdb.workspace = true
tempfile.workspace = true