mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +01:00
23 lines
549 B
TOML
23 lines
549 B
TOML
[package]
|
|
name = "thumbs"
|
|
version = "0.4.1"
|
|
authors = ["Ferran Basora <fcsonline@gmail.com>"]
|
|
edition = "2018"
|
|
description = "A lightning fast version copy/pasting like vimium/vimperator"
|
|
repository = "https://github.com/fcsonline/tmux-thumbs"
|
|
keywords = ["rust", "tmux", "tmux-plugin", "vimium", "vimperator"]
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
termion = "1.5"
|
|
regex = "1.3.1"
|
|
clap = "2.33.0"
|
|
structopt = { version = "0.3", default-features = false }
|
|
|
|
[[bin]]
|
|
name = "thumbs"
|
|
path = "src/main.rs"
|
|
|
|
[[bin]]
|
|
name = "tmux-thumbs"
|
|
path = "src/swapper.rs"
|