plenum-bot/Cargo.toml
murmeldin 72bd5ba9cf TL;DR and Number of TOPs added to the mail.
There is also much better regex and the top instructions are
automatically being removed when being sent per email or put
in the wiki-function.
2024-12-10 21:26:43 +01:00

18 lines
358 B
TOML

[package]
name = "Plenum-Bot"
version = "0.1.0"
edition = "2021"
[dependencies]
pandoc = "0.8"
tokio = { version = "1", features = ["full"] }
chrono = "0.4.38"
regex = "1.10.5"
futures = "0.3.30"
headers = "0.4.0"
reqwest = "0.12.5"
lettre = "0.11.7"
rand = "0.9.0-alpha.1"
rusqlite = "0.31.0"
uuid = { version = "1.10.0", features = ["v4"] }
log = "0.4.22"