15 lines
414 B
TOML
15 lines
414 B
TOML
[package]
|
|
name = "swaybar_info"
|
|
version = "0.1.7"
|
|
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"
|