graphify-hooks 0.3.0

Git hook integration for graphify
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "graphify-hooks"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Git hook integration for graphify"

[dependencies]
graphify-core.workspace = true
tracing.workspace = true
thiserror.workspace = true
anyhow.workspace = true

[dev-dependencies]
tempfile = "3"