summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 9e61c151e1cd3599cc3d1aeac620a884802ca4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "dutree"
version = "0.2.1"
authors = ["nacho <nacho@ownyourbits.com>"]

[dependencies]
dict = "0.1.1"
getopts = "0.2"
terminal_size= { git = "https://github.com/eminence/terminal-size.git" }
regex = "0.2"
unicode-width = "0.1.1"