aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 c74fe6b..36889bd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rsblocks"
-version = "0.1.2"
+version = "0.1.3"
authors = ["mustafa salih <mustafasalih1991@gmail.com>"]
edition = "2018"
readme = "README.md"
@@ -12,4 +12,5 @@ description = "a multi threaded status bar for dwm window manager for linux"
[dependencies]
chrono = "0.4"
-yaml-rust = "0.4" \ No newline at end of file
+yaml-rust = "0.4"
+minreq = "2.2.1" \ No newline at end of file