2019-02-04 21:40:45 +00:00
|
|
|
[package]
|
2019-12-14 00:32:14 +00:00
|
|
|
name = "thumbs"
|
2021-01-29 19:45:47 +00:00
|
|
|
version = "0.5.1"
|
2019-02-04 21:40:45 +00:00
|
|
|
authors = ["Ferran Basora <fcsonline@gmail.com>"]
|
|
|
|
edition = "2018"
|
2019-12-14 00:32:14 +00:00
|
|
|
description = "A lightning fast version copy/pasting like vimium/vimperator"
|
2019-02-28 23:22:08 +00:00
|
|
|
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]
|
2020-04-30 16:10:07 +00:00
|
|
|
termion = "1.5"
|
2019-12-14 00:14:09 +00:00
|
|
|
regex = "1.3.1"
|
|
|
|
clap = "2.33.0"
|
2019-11-23 22:49:15 +00:00
|
|
|
base64 = "0.11.0"
|
2020-09-06 17:00:15 +00:00
|
|
|
unicode-width = "0.1.7"
|
2020-12-29 15:19:46 +00:00
|
|
|
lazy_static = "1.4.0"
|
2019-12-08 23:21:25 +00:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "thumbs"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "tmux-thumbs"
|
|
|
|
path = "src/swapper.rs"
|