ctx-graph 0.2.5

Graph and memory storage layer for CTX
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ctx-graph"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Graph and memory storage layer for CTX"

[dependencies]
anyhow.workspace = true
rusqlite.workspace = true
serde.workspace = true

[dev-dependencies]
tempfile.workspace = true