Files
i3status-custom-pim/Cargo.toml
2020-11-22 17:05:45 +01:00

14 lines
364 B
TOML

[package]
name = "i3status-custom-pim"
description = "Generates JSON output for use with custom block of i3status-rust."
version = "0.1.0"
authors = ["Martin Bley <martin@mb-oss.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3"
chrono = "0.4"
json = "0.12.4"