1
0
Fork 0
mirror of https://github.com/nachoparker/dutree synced 2024-05-26 02:06:06 +02:00
dutree/Cargo.toml
dependabot[bot] 710daeceab
Bump regex from 1.3.9 to 1.5.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.9 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.3.9...1.5.5)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 21:19:46 +00:00

20 lines
529 B
INI

[package]
name = "dutree"
version = "0.2.18"
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/*"]
edition = "2018"
[dependencies]
getopts = "0.2.21"
regex = "1.5.5"
signal-hook = "0.1.10"
terminal_size = "0.1.8"
unicode-width = "0.1.1"
unicode-segmentation = "1.2.0"