graphyn-store 0.2.0

Persistence layer for Graphyn — RocksDB graph storage and LRU cache
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "graphyn-store"
description = "Persistence layer for Graphyn — RocksDB graph storage and LRU cache"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
categories.workspace = true
keywords.workspace = true

[dependencies]
rocksdb = { version = "0.22", default-features = false }
graphyn-core = { path = "../graphyn-core", version = "0.2.0", default-features = false }