swaybar_info/Cargo.toml

16 lines
415 B
TOML
Raw Normal View History

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]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
chrono = "0.4"
regex = "1.6"