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