swaybar_info/Cargo.toml
Stephen Seo 456d58c6f4 v0.1.4, Impl advanced --regex-cmd usage
Can now use captures with `--regex-cmd` to specify output text and
output text color.
2022-08-23 17:02:35 +09:00

16 lines
414 B
TOML

[package]
name = "swaybar_info"
version = "0.1.4"
edition = "2021"
description = "Provides swaybar with info to be displayed"
license = "MIT"
repository = "https://github.com/Stephen-Seo/swaybar_info"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
chrono = "0.4"
regex = "1.6"