diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,12 +1,13 @@ [package] name = "rsblocks" -version = "0.1.1" +version = "0.1.2" authors = ["mustafa salih <mustafasalih1991@gmail.com>"] edition = "2018" readme = "README.md" license = "MIT" +keywords = ["linux", "dwm","statusbar"] repository = "https://github.com/MustafaSalih1993/rsblocks" -description = "This is a minimal status bar for dwm window manager for linux" +description = "a multi threaded status bar for dwm window manager for linux" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] |