yaml-validator-cli 0.1.1

A command-line interface to the yaml-validator library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "yaml-validator-cli"
version = "0.1.1"
authors = ["Mathias Pius <contact@pius.io>"]
edition = "2018"
description = "A command-line interface to the yaml-validator library"
repository = "https://github.com/MathiasPius/yaml-validator"
readme = "../README.md"
license = "MIT"
keywords = ["YAML", "validation", "schema"]

[dependencies]
yaml-validator = { "path" = "../yaml-validator", version = "0.2.0" }
structopt = "0.3.26"