initial commit (leaked api keys last time 💀)
This commit is contained in:
commit
6cc62a000c
4 changed files with 2155 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"] }
|
Loading…
Add table
Add a link
Reference in a new issue