1
0
Fork 0
mirror of https://github.com/nachoparker/dutree synced 2024-05-10 23:36:07 +02:00
dutree/Cargo.toml
nachoparker 9bbdcfeef8 update regex to version 1
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-09-22 20:05:18 -06:00

18 lines
485 B
INI

[package]
name = "dutree"
version = "0.2.10"
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"
terminal_size = "0.1.7"
regex = "1"
unicode-width = "0.1.1"
unicode-segmentation = "1.2.0"