telegram-notifier/Cargo.toml
2025-03-23 02:27:07 +03:00

19 lines
508 B
TOML

[package]
name = "telegram-notifier"
version = "0.1.2"
authors = ["ace <ace@0xace.cc>"]
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
frankenstein = { version = "0.39", features = ["client-reqwest"] }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
tokio = { version = "1", features = ["full"] }
clap = { version = "4", features = ["derive"] }
log = "0.4"
stderrlog = "0.6"
rand = "0.9"
chrono ="0.4"