[package] name = "du-dust" description = "A more intuitive version of du" version = "0.3.1" authors = ["bootandy ", "nebkor "] documentation = "https://github.com/bootandy/dust" homepage = "https://github.com/bootandy/dust" repository = "https://github.com/bootandy/dust" keywords = ["du", "command-line", "disk", "disk-usage"] categories = ["command-line-utilities"] license = "Apache-2.0" [badges] travis-ci = {repository = "https://travis-ci.org/bootandy/dust"} [[bin]] name = "dust" path = "src/main.rs" [dependencies] ansi_term = "0.11" clap = "2.31" assert_cli = "0.5" tempfile = "3" walkdir = "2"