initial commit

This commit is contained in:
2020-11-16 09:50:57 +01:00
commit 0943842d01
3 changed files with 78 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "i3status-custom-pim"
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]
chrono = "0.4"