Feat. Adding serenity and tokio to the project
This commit is contained in:
parent
93f5d0aba1
commit
380d9cedb0
2 changed files with 2230 additions and 0 deletions
2228
Cargo.lock
generated
2228
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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"] }
|
||||||
|
|
Loading…
Reference in a new issue