dotfiles/scripts/i3status/Cargo.toml

16 lines
375 B
TOML
Raw Permalink Normal View History

2023-05-17 21:42:04 +02:00
[package]
name = "i3status"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"
env_logger = "0.10.0"
i3status-rs = { git = "https://github.com/greshake/i3status-rust.git" }
serde_json = "1.0.96"
tokio = "1.28.1"
toml = "0.7.4"
2023-06-03 00:46:42 +02:00
unicode-segmentation = "1.10.1"