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"
|
2026-01-31 23:13:36 +04:00
|
|
|
license = { workspace = true }
|
2024-09-27 15:29:49 +03:00
|
|
|
|
2026-03-03 14:17:34 +03:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2024-09-27 15:29:49 +03:00
|
|
|
[dependencies]
|
2025-12-16 17:44:10 +03:00
|
|
|
common.workspace = true
|
2026-01-29 16:09:44 +02:00
|
|
|
nssa.workspace = true
|
2025-12-16 17:44:10 +03:00
|
|
|
|
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
|
2026-02-09 15:05:01 +02:00
|
|
|
tempfile.workspace = true
|