Feat. Adding serenity and tokio to the project

This commit is contained in:
Eoghan Conlon 2024-12-24 23:03:20 +00:00
parent 93f5d0aba1
commit 380d9cedb0
2 changed files with 2230 additions and 0 deletions

2228
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -4,3 +4,5 @@ version = "0.1.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
serenity = "0.12.4"
tokio = { version = "1.42.0", features = ["full"] }