telegram-notifier/Cargo.toml

19 lines
562 B
TOML
Raw Normal View History

2023-03-05 08:28:28 +00:00
[package]
name = "telegram-notifier"
version = "0.1.0"
authors = ["ace <ace@0xace.cc>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
tokio = { version = "1", features = ["full"] }
clap = { version = "4", features = ["derive"] }
telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot", rev = "65ad5cfd578e9a1260ce6daac714eb2153c0bec7" }
log = "0.4"
stderrlog = "0.5"
rand = "0.8"
chrono ="0.4"