gitcortex-core 0.2.2

Shared graph types and GraphStore trait for GitCortex
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gitcortex-core"
description = "Shared graph types and GraphStore trait for GitCortex"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
keywords = ["code-graph", "ast", "knowledge-graph", "graph", "static-analysis"]
categories = ["development-tools"]

[dependencies]
petgraph.workspace = true
serde.workspace = true
thiserror.workspace = true
uuid.workspace = true