2024-09-27 15:29:49 +03:00
|
|
|
[package]
|
|
|
|
|
name = "storage"
|
|
|
|
|
version = "0.1.0"
|
2025-09-04 14:38:41 +03:00
|
|
|
edition = "2024"
|
2024-09-27 15:29:49 +03:00
|
|
|
|
|
|
|
|
[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-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
|
2025-04-09 01:31:52 -04:00
|
|
|
|
2025-04-16 16:17:53 +03:00
|
|
|
[dependencies.common]
|
|
|
|
|
path = "../common"
|