rsblocks/Cargo.toml
AdaShoelace 861a986567 Change to serde
Change config serializer to serde in order to get cleaner config types.
2021-01-21 22:24:15 +01:00

28 lines
700 B
TOML

[package]
name = "rsblocks"
version = "0.1.9"
authors = ["mustafa salih <mustafasalih1991@gmail.com>"]
edition = "2018"
readme = "README.md"
license = "MIT"
keywords = ["linux", "dwm","statusbar"]
repository = "https://github.com/MustafaSalih1993/rsblocks"
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]
chrono = "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"
features = ["async"]