mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 08:00:08 +01:00
chore(deps): bump clap to 3.0.0-beta.5
This commit is contained in:
parent
276d17ce8f
commit
077d16311e
9 changed files with 177 additions and 186 deletions
|
|
@ -2,16 +2,18 @@
|
|||
name = "copyrat"
|
||||
version = "0.4.1"
|
||||
authors = ["graelo <graelo@graelo.cc>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
description = "This is tmux-copycat on Rust steroids."
|
||||
repository = "https://github.com/graelo/tmux-copyrat"
|
||||
keywords = ["rust", "tmux", "tmux-plugin", "tmux-copycat"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1"
|
||||
|
||||
termion = "1.5"
|
||||
regex = "1.4"
|
||||
clap = { version = "3.0.0-beta.2", features = ["suggestions", "color", "wrap_help"]}
|
||||
regex = "1.5"
|
||||
clap = { version = "3.0.0-beta.5", features = ["wrap_help"]}
|
||||
sequence_trie = "0.3.6"
|
||||
duct = "0.13"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue