tmux-thumbs/Cargo.toml

23 lines
521 B
TOML
Raw Normal View History

2019-02-04 21:40:45 +00:00
[package]
name = "tmux-thumbs"
2019-12-14 00:09:27 +00:00
version = "0.3.0"
2019-02-04 21:40:45 +00:00
authors = ["Ferran Basora <fcsonline@gmail.com>"]
edition = "2018"
2019-02-28 23:22:08 +00:00
description = "A lightning fast version of tmux-fingers, copy/pasting tmux like vimium/vimperator"
repository = "https://github.com/fcsonline/tmux-thumbs"
keywords = ["rust", "tmux", "tmux-plugin", "vimium", "vimperator"]
license = "MIT"
2019-02-04 21:40:45 +00:00
[dependencies]
2019-02-28 23:23:26 +00:00
rustbox = "0.11.0"
2019-12-14 00:14:09 +00:00
regex = "1.3.1"
clap = "2.33.0"
2019-12-08 23:21:25 +00:00
[[bin]]
name = "thumbs"
path = "src/main.rs"
[[bin]]
name = "tmux-thumbs"
path = "src/swapper.rs"