depfd 0.1.0

Find dependencies of your project.
Documentation
[package]
name = "depfd"
version = "0.1.0"
authors = ["shangjin <shangjin1986@gmail.com>"]
edition = "2018"
description = "Find dependencies of your project."
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
yaml-rust = "0.4.5"
linked-hash-map = "0.5.4"
thiserror = "1.0.24"
anyhow = "1.0.40"
structopt = "0.3.21"
glob = "0.3.0"
itertools = "0.10.0"
regex = "1.3.9"
lazy_static = "1.4.0"