2021-05-11 08:48:21 +08:00
|
|
|
[package]
|
|
|
|
authors = ["Sean Cross <sean@xobs.io>"]
|
2021-05-11 12:24:27 +08:00
|
|
|
description = "Terminator for Lark when it's not office hours"
|
2021-05-11 08:48:21 +08:00
|
|
|
edition = "2018"
|
2021-05-11 12:24:27 +08:00
|
|
|
name = "larkinator"
|
2021-05-11 08:48:21 +08:00
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
chrono = "0.4"
|
|
|
|
sysinfo = "0.17"
|
2021-05-11 12:24:27 +08:00
|
|
|
winreg = "0.8"
|
2021-05-11 08:48:21 +08:00
|
|
|
winrt-notification = "0.3"
|