navi/Cargo.toml

15 lines
342 B
TOML
Raw Normal View History

2020-03-04 21:01:23 +00:00
[package]
name = "navi"
2020-03-11 14:31:04 +00:00
version = "2.0.3"
2020-03-04 21:01:23 +00:00
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"
2020-03-07 21:03:51 +00:00
raw_tty = "0.1.0"
lazy_static = "1.4.0"
terminal_size = "0.1.10"