mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 19:43:06 +00:00
7f4fc90116
Fixes #243
15 lines
344 B
TOML
15 lines
344 B
TOML
[package]
|
|
name = "navi"
|
|
version = "2.0.11"
|
|
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
regex = "1.3.4"
|
|
structopt = "0.3"
|
|
termion = "1.5.5"
|
|
raw_tty = "0.1.0"
|
|
lazy_static = "1.4.0"
|
|
terminal_size = "0.1.10"
|