aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormustafa salih <mustafasalih1991@gmail.com>2021-01-03 01:47:40 +0300
committermustafa salih <mustafasalih1991@gmail.com>2021-01-03 01:47:40 +0300
commit03540ab3d8b53e50ec254b8b2454ad2452ae9fa5 (patch)
tree6a8f5c09d9e203115fba56a1047c90bc6993f9d6 /Cargo.toml
parent7f60ba8ea09969411906ca5dbb48b6357596218a (diff)
rsblocks now is a multi threaded and have a delay for each item in the bar
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 908a1c0..c74fe6b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]