lincolns 0.1.1

A JSON Pointer index for line/column information within JSON and YAML content
Documentation
[package]
name = "lincolns"
version = "0.1.1"
authors = ["softprops <d.tangren@gmail.com>"]
edition = "2018"
description = "A JSON Pointer index for line/column information within JSON and YAML content"
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/lincolns"
homepage = "https://github.com/softprops/lincolns"
repository = "https://github.com/softprops/lincolns"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
yaml-rust = "0.4"
log = "0.4"

[dev-dependencies]
structopt = "0.3"