mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +00:00
7e46efbf77
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
555 B
TOML
26 lines
555 B
TOML
[package]
|
|
name = "thumbs"
|
|
version = "0.7.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.5.5"
|
|
clap = "2.33.0"
|
|
base64 = "0.13.0"
|
|
unicode-width = "0.1.7"
|
|
lazy_static = "1.4.0"
|
|
|
|
[[bin]]
|
|
name = "thumbs"
|
|
path = "src/main.rs"
|
|
|
|
[[bin]]
|
|
name = "tmux-thumbs"
|
|
path = "src/swapper.rs"
|