Adding metric support

This commit is contained in:
jude
2023-10-21 21:33:50 +01:00
parent 6cfdc10a6a
commit 6615e05196
6 changed files with 40 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ serde_json = "1.0"
dashmap = "5.3"
serde = "1.0"
dotenv = "0.15.0"
prometheus = { version = "0.13.3", optional = true }
[patch."https://github.com/serenity-rs/serenity"]
serenity = { version = "0.11.6" }