mirror of
https://gitea.0xace.cc/rust/telegram-notifier.git
synced 2024-11-24 21:36:40 +00:00
19 lines
539 B
TOML
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"
|