1
0
Fork 0
mirror of https://github.com/nachoparker/dutree synced 2024-05-11 23:46:06 +02:00
dutree/Cargo.toml
Tom Heimbrodt 72344f2780 Increase integer size to store 1024^4. Fixes #13
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-10-21 23:40:10 -06:00

19 lines
508 B
INI

[package]
name = "dutree"
version = "0.2.13"
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.21"
regex = "1"
signal-hook = "0.1.10"
terminal_size = "0.1.8"
unicode-width = "0.1.1"
unicode-segmentation = "1.2.0"