swaybar_info/Cargo.toml

16 lines
416 B
TOML
Raw Permalink Normal View History

2022-07-09 06:44:04 +00:00
[package]
name = "swaybar_info"
2023-12-06 09:15:48 +00:00
version = "0.1.15"
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]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
chrono = "0.4"
2023-12-06 09:09:12 +00:00
regex = "1.10"