This commit is contained in:
nora 2022-06-14 18:52:46 +02:00
parent 886c97a4c7
commit d6ed409c9b
7 changed files with 746 additions and 8 deletions

View file

@ -7,7 +7,9 @@ edition = "2021"
[dependencies]
color-eyre = "0.6.1"
serenity = "0.11.2"
dotenv = "0.15.0"
mongodb = "2.2.2"
serenity = { version = "0.11.2", features = ["collector"] }
tokio = { version = "1.19.2", features = ["full"] }
tracing = "0.1.35"
tracing-subscriber = "0.3.11"