2024-09-27 15:29:49 +03:00
|
|
|
[package]
|
|
|
|
|
name = "storage"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
anyhow.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
env_logger.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
serde.workspace = true
|
2024-10-10 14:09:31 +03:00
|
|
|
lru.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
2024-12-22 16:14:52 +02:00
|
|
|
elliptic-curve.workspace = true
|
2024-12-30 07:35:05 +01:00
|
|
|
hex.workspace = true
|
2024-09-27 15:29:49 +03:00
|
|
|
|
2024-10-10 14:09:31 +03:00
|
|
|
rocksdb.workspace = true
|
|
|
|
|
rs_merkle.workspace = true
|
2024-10-16 12:15:04 +03:00
|
|
|
sha2.workspace = true
|
2024-10-30 00:53:12 +01:00
|
|
|
monotree.workspace = true
|