[package]
edition = "2021"
rust-version = "1.74"
name = "amont-runtime"
version = "1.4.1"
authors = ["Frederic Rousseau"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The amont hook logic: registry, dispatchers, checks and the trust model"
readme = "README.md"
keywords = [
"git",
"git-hooks",
"pre-commit",
"hooks",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/fredericrous/amont"
[lib]
name = "amont_runtime"
path = "src/lib.rs"
[dependencies]