git-checks-config 0.2.0

Configuration parsing for checks.
Documentation
[package]
name = "git-checks-config"
version = "0.2.0"
authors = ["Ben Boeckel <ben.boeckel@kitware.com>"]
license = "MIT/Apache-2.0"
description = """
Configuration parsing for checks.
"""
repository = "https://gitlab.kitware.com/utils/rust-git-checks"
documentation = "https://docs.rs/git-checks-config/~0.1"
keywords = ["git", "code-review"]
edition = "2018"
workspace = ".."

[dev-dependencies]
serde_derive = "^1.0"
serde_json = "^1.0.25"

[dependencies]
erased-serde = "~0.3"
inventory = "0.2"
git-checks-core = { version = "^1.2", path = "../git-checks-core" }
serde = "^1.0"