lemme-know 0.1.2

Simple program to run commands and get notified when they finish
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"