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
15
16
[dependencies.structopt]
version = "0.3.26"

[dependencies.yaml-validator]
version = "0.2.0"

[package]
authors = ["Mathias Pius <contact@pius.io>"]
description = "A command-line interface to the yaml-validator library"
edition = "2018"
keywords = ["YAML", "validation", "schema"]
license = "MIT"
name = "yaml-validator-cli"
readme = "README.md"
repository = "https://github.com/MathiasPius/yaml-validator"
version = "0.1.1"