mirror of
https://github.com/bootandy/dust.git
synced 2025-12-12 15:49:58 -08:00
31 lines
697 B
TOML
31 lines
697 B
TOML
[package]
|
|
name = "du-dust"
|
|
description = "A more intuitive version of du"
|
|
version = "0.4.3"
|
|
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"
|
|
jwalk = "0.4.0"
|
|
|
|
[dev-dependencies]
|
|
assert_cli = "=0.6"
|
|
tempfile = "=3"
|