2019-02-04 21:40:45 +00:00
|
|
|
[package]
|
2019-12-14 00:32:14 +00:00
|
|
|
name = "thumbs"
|
2023-03-08 21:30:53 +00:00
|
|
|
version = "0.8.0"
|
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]
|
2023-03-08 21:25:03 +00:00
|
|
|
termion = "1.5.6"
|
|
|
|
regex = "1.7.1"
|
|
|
|
clap = "2.34.0"
|
|
|
|
base64 = "0.13.1"
|
|
|
|
unicode-width = "0.1.10"
|
2020-12-29 15:19:46 +00:00
|
|
|
lazy_static = "1.4.0"
|
2023-08-13 08:42:56 +00:00
|
|
|
strip-ansi-escapes = "0.2.0"
|
2019-12-08 23:21:25 +00:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "thumbs"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "tmux-thumbs"
|
|
|
|
path = "src/swapper.rs"
|