summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 6dc6d4e3ef94f0750119dcec0c8f4bd08a07c1ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "dutree"
version = "0.2.4"
authors = ["nacho <nacho@ownyourbits.com>"]
description = "Command line tool to analyze disk usage"
repository = "https://github.com/nachoparker/dutree"
categories = ["command-line-utilities"]
license = "GPL-3.0"
homepage = "https://ownyourbits.com/2018/03/25/analize-disk-usage-with-dutree/"
exclude = ["test/*"]

[dependencies]
getopts = "0.2"
terminal_size = "0.1.7"
regex = "0.2"
unicode-width = "0.1.1"