rsblocks/Cargo.toml

15 lines
479 B
TOML
Raw Normal View History

2020-12-21 11:29:45 +01:00
[package]
name = "rsblocks"
version = "0.1.2"
2020-12-21 11:29:45 +01:00
authors = ["mustafa salih <mustafasalih1991@gmail.com>"]
edition = "2018"
2020-12-30 01:13:08 +01:00
readme = "README.md"
license = "MIT"
keywords = ["linux", "dwm","statusbar"]
2020-12-30 01:13:08 +01:00
repository = "https://github.com/MustafaSalih1993/rsblocks"
description = "a multi threaded status bar for dwm window manager for linux"
2020-12-21 11:29:45 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4"
yaml-rust = "0.4"