2022-07-09 06:44:04 +00:00
|
|
|
[package]
|
|
|
|
name = "swaybar_info"
|
2023-05-21 06:08:19 +00:00
|
|
|
version = "0.1.12"
|
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"
|
2022-08-23 08:02:35 +00:00
|
|
|
regex = "1.6"
|