initial commit (leaked api keys last time 💀)

This commit is contained in:
ultrablob 2025-04-20 21:10:15 -04:00
commit 6cc62a000c
4 changed files with 2155 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "announcement_bot"
version = "0.1.0"
edition = "2024"
[dependencies]
dateparser = "0.2.1"
discord-webhook-rs = "1.0.4"
dotenvy = "0.15.7"
regex = "1.11.1"
reqwest = { version = "0.12.15", features = ["blocking"] }
time = { version = "0.3.41", features = ["parsing", "macros"] }