tmux-copyrat/Cargo.toml

24 lines
549 B
TOML
Raw Normal View History

2020-06-02 20:03:16 +02:00
[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"
2020-05-23 09:30:09 +02:00
structopt = { version = "0.3", default-features = false }
2020-06-02 20:03:16 +02:00
[[bin]]
name = "thumbs"
path = "src/main.rs"
[[bin]]
name = "tmux-thumbs"
path = "src/swapper.rs"