Include basic prometheus handlers

This commit is contained in:
Dominik Werder
2022-07-27 13:09:48 +02:00
parent 41652fe3f9
commit 08cf6077f0
7 changed files with 449 additions and 4 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
name = "httpret"
version = "0.0.1-a.0"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
edition = "2018"
edition = "2021"
[lib]
path = "src/httpret.rs"
@@ -35,3 +35,4 @@ commonio = { path = "../commonio" }
taskrun = { path = "../taskrun" }
scylla = "0.4"
md-5 = "0.9"
regex = "1.6"