hunter/Cargo.toml

16 lines
318 B
TOML
Raw Normal View History

[package]
name = "hunter"
version = "0.1.0"
authors = ["project"]
edition = "2018"
[dependencies]
termion = "*"
unicode-width = "0.1.5"
lazy_static = "*"
2019-01-22 22:06:19 +01:00
x11-clipboard = "*"
2019-01-25 11:14:41 +01:00
alphanumeric-sort = "1.0.6"
2019-01-30 15:26:24 +01:00
lscolors = { version = "0.5.0", features = [ "ansi_term" ] }
2019-02-01 00:21:16 +01:00
mime-detective = "*"
rayon = "1.0.3"
dirs-2 = "1.1.0"