implemented todo

This commit is contained in:
2020-11-22 17:05:45 +01:00
parent 14d39c1f05
commit 57142c6645
3 changed files with 51 additions and 1 deletions

7
Cargo.lock generated
View File

@@ -83,9 +83,16 @@ name = "i3status-custom-pim"
version = "0.1.0"
dependencies = [
"chrono",
"json",
"structopt",
]
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "lazy_static"
version = "1.4.0"