summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2df43dfb06786a11935a42b2b77c7d3cbe1a3b7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "hunter"
version = "0.1.0"
authors = ["project"]
edition = "2018"

[dependencies]
termion = "*"
unicode-width = "0.1.5"
lazy_static = "*"
x11-clipboard = "*"
alphanumeric-sort = "1.0.6"
lscolors = { version = "0.5.0", features = [ "ansi_term" ]  }
mime-detective = "*"
rayon = "1.0.3"
dirs-2 = "1.1.0"
users = "0.8"
chrono = "0.4"
libc = "*"