mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-14 18:33:10 +00:00
13 lines
200 B
TOML
13 lines
200 B
TOML
[package]
|
|
name = "storage"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
common.workspace = true
|
|
|
|
thiserror.workspace = true
|
|
borsh.workspace = true
|
|
rocksdb.workspace = true
|
|
nssa.workspace = true
|