2022-07-09 06:44:04 +00:00
|
|
|
[package]
|
|
|
|
name = "swaybar_info"
|
2023-06-05 06:48:10 +00:00
|
|
|
version = "0.1.13"
|
2022-07-09 06:44:04 +00:00
|
|
|
edition = "2021"
|
2022-08-10 05:27:36 +00:00
|
|
|
description = "Provides swaybar with info to be displayed"
|
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/Stephen-Seo/swaybar_info"
|
2022-07-09 06:44:04 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-07-09 07:25:15 +00:00
|
|
|
serde_json = "1.0"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
chrono = "0.4"
|
2023-07-13 06:19:11 +00:00
|
|
|
regex = "1.9"
|