toolpath-git 0.1.0

Derive Toolpath provenance documents from git repository history
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "toolpath-git"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository = "https://github.com/empathic/toolpath"
description = "Derive Toolpath provenance documents from git repository history"
keywords = ["git", "provenance", "toolpath", "audit", "traceability"]
categories = ["development-tools"]

[dependencies]
toolpath = { workspace = true }
git2 = { workspace = true }
chrono = { workspace = true }
anyhow = { workspace = true }

[dev-dependencies]
tempfile = "3"