[package]
edition = "2024"
name = "lemme-know"
version = "0.1.2"
authors = ["Ricky (Degausser) <Ricky@Hosfe.lt>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple program to run commands and get notified when they finish"
homepage = "https://github.com/deg4uss3r/lk"
readme = "README.md"
keywords = [
"cli",
"tool",
"tooling",
"unix",
"productivity",
]
license-file = "LICENSE"
repository = "https://github.com/deg4uss3r/lk"
[[bin]]
name = "lk"
path = "src/main.rs"
[dependencies.confy]
version = "2"
[dependencies.directories]
version = "6.0"
[dependencies.hostname]
version = "0.4"
[dependencies.lettre]
version = "0.11.19"
[dependencies.mmrs]
version = "0.1.3"
[dependencies.notify-rust]
version = "4.11"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_derive]
version = "1.0"
[dependencies.twrs-sms]
version = "0.1.1"