mirror of https://github.com/bobwen-dev/hunter
16 lines
318 B
TOML
16 lines
318 B
TOML
[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" |