malarkey/Cargo.toml
Sean Cross 9b1630d71c initial commit
Signed-off-by: Sean Cross <sean@xobs.io>
2021-05-11 08:48:21 +08:00

14 lines
337 B
TOML

[package]
authors = ["Sean Cross <sean@xobs.io>"]
description = "Terminate Lark when it's not office hours"
edition = "2018"
name = "lark-killer"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4"
sysinfo = "0.17"
winrt-notification = "0.3"