gitgraph-core 0.1.0

Core library for GitGraph: git graph parsing, search, actions, and state
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "gitgraph-core"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Core library for GitGraph: git graph parsing, search, actions, and state"
repository = "https://github.com/dwnmf/gitgraph_zed"


[dependencies]

directories.workspace = true

regex.workspace = true

serde.workspace = true

serde_json.workspace = true

shlex.workspace = true

thiserror.workspace = true



[dev-dependencies]

tempfile.workspace = true