mirror of https://github.com/bobwen-dev/hunter
11 lines
174 B
TOML
11 lines
174 B
TOML
![]() |
[package]
|
||
|
name = "hunter"
|
||
|
version = "0.1.0"
|
||
|
authors = ["project"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
termion = "*"
|
||
|
unicode-width = "0.1.5"
|
||
|
lazy_static = "*"
|
||
|
x11-clipboard = "*"
|