telegram-notifier/Cargo.toml
2023-12-18 01:11:47 +03:00

19 lines
539 B
TOML

[package]
name = "telegram-notifier"
version = "0.1.1"
authors = ["ace <ace@0xace.cc>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
frankenstein = { version = "0.29.1", default-features = false, features = ["async-http-client"] }
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.5"
rand = "0.8"
chrono ="0.4"