locate-cargo-manifest 0.2.2

Retrieves the Cargo manifest path by parsing the output of `cargo locate-project`.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"

[[package]]
name = "locate-cargo-manifest"
version = "0.2.2"
dependencies = [
 "json",
]