aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com>2021-01-22 00:53:11 +0300
committerGitHub <noreply@github.com>2021-01-22 00:53:11 +0300
commit9525a1075199d5fd202d1744dc502ff5a766aa99 (patch)
tree65ec9c5397bf7de009f3484ea161e77df2120f67 /Cargo.toml
parente6f9ce2ed5da0eb833d548a613c3b70360c9f4b5 (diff)
parent861a986567310dfe9ccd85d2976b0ebfb683c818 (diff)
Merge pull request #38 from AdaShoelace/change-to-serde
Change to serde
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9e38b4b..3c5abd8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,12 +12,15 @@ description = "a multi threaded status bar for dwm window manager for linux"
[dependencies]
chrono = "0.4"
-yaml-rust = "0.4"
minreq = "2.2.1"
alsa = "0.4.3"
nix = "0.19.1"
mpd = "0.0.12"
dbus = "0.9.1"
+serde = {version = "1.0.120", features = ["derive"]}
+serde_yaml = "0.8.15"
+lazy_static = "1.4.0"
+
[dependencies.breadx]
version = "0.1.11"