gitcortex-store 0.1.0

KuzuDB-backed graph store for GitCortex
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "gitcortex-store"
description = "KuzuDB-backed graph store for GitCortex"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
keywords = ["gitcortex", "kuzu", "graph-database", "code-graph"]
categories = ["development-tools", "database"]

[dependencies]
dashmap.workspace = true
gitcortex-core.workspace = true
kuzu.workspace = true

[dev-dependencies]
tempfile.workspace = true