1
0
Fork 0
mirror of https://github.com/nachoparker/dutree synced 2024-04-26 03:55:02 +02:00
dutree/Cargo.toml

20 lines
529 B
INI
Raw Permalink Normal View History

2018-03-25 17:59:48 +02:00
[package]
name = "dutree"
version = "0.2.18"
authors = ["nacho <nacho@ownyourbits.com>"]
2018-04-16 23:03:50 +02:00
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/*"]
edition = "2018"
2018-03-25 17:59:48 +02:00
[dependencies]
2019-09-20 23:44:56 +02:00
getopts = "0.2.21"
regex = "1.3.9"
signal-hook = "0.1.10"
terminal_size = "0.1.8"
2018-03-25 17:59:48 +02:00
unicode-width = "0.1.1"
2018-04-18 11:31:24 +02:00
unicode-segmentation = "1.2.0"