lrg 0.2.0

A utility to help find the largest file(s) in a directory
Documentation
[[bin]]
name = "lrg"
path = "src/bin/main.rs"
[badges.coveralls]
repository = "noahrinehart/lrg"

[badges.travis-ci]
repository = "noahrinehart/lrg"
[dependencies.clap]
version = "2.32"

[dependencies.env_logger]
version = "0.6"

[dependencies.humansize]
version = "1.1"

[dependencies.log]
version = "0.4"

[dependencies.pathdiff]
version = "0.1.0"

[dependencies.walkdir]
version = "2.2"

[lib]
name = "lrg"
path = "src/lib.rs"

[package]
authors = ["Noah Rinehart <rinehart.noah@gmail.com>"]
categories = ["command-line-utilities", "filesystem"]
description = "A utility to help find the largest file(s) in a directory"
documentation = "https://docs.rs/lrg/"
homepage = "https://github.com/noahrinehart/lrg"
keywords = ["lrg", "largest", "smallest", "file", "find"]
license = "MIT"
name = "lrg"
readme = "README.md"
repository = "https://github.com/noahrinehart/lrg"
version = "0.2.0"