lssa/storage/Cargo.toml

12 lines
178 B
TOML
Raw Permalink Normal View History

[package]
name = "storage"
version = "0.1.0"
2025-09-04 14:38:41 +03:00
edition = "2024"
[dependencies]
2025-12-16 17:44:10 +03:00
common.workspace = true
2024-10-10 14:09:31 +03:00
thiserror.workspace = true
2025-09-25 11:53:42 +03:00
borsh.workspace = true
2024-10-10 14:09:31 +03:00
rocksdb.workspace = true