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