diff --git a/Cargo.toml b/Cargo.toml index 24cf1fc..d7cd30b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "tmux-thumbs" version = "0.1.0" authors = ["Ferran Basora "] edition = "2018" +description = "A lightning fast version of tmux-fingers, copy/pasting tmux like vimium/vimperator" +repository = "https://github.com/fcsonline/tmux-thumbs" +keywords = ["rust", "tmux", "tmux-plugin", "vimium", "vimperator"] +license = "MIT" [dependencies] rustbox = "*"