malarkey/Cargo.toml
Sean Cross 9b40e0dddf rename to malarkey
Signed-off-by: Sean Cross <sean@xobs.io>
2021-05-17 13:22:48 +08:00

13 lines
263 B
TOML

[package]
authors = ["Sean Cross <sean@xobs.io>"]
description = "Ensure that Lark is only active during business hours"
edition = "2018"
name = "malarkey"
version = "0.1.0"
[dependencies]
chrono = "0.4"
sysinfo = "0.17"
winreg = "0.8"
winrt-notification = "0.3"