Files
archived-dust/Cargo.toml
T
Adam Lesperance cef2c588b7 Latest deps
2019-11-20 23:05:57 -06:00

30 lines
677 B
TOML

[package]
name = "du-dust"
description = "A more intuitive version of du"
version = "0.4.1"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2018"
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.12"
clap = "=2.33"
assert_cli = "=0.6"
tempfile = "=3"
walkdir = "=2"