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

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