14 lines
337 B
TOML
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"
|