Add Prometheus metrics.
[package] | ||
name = "revolt" | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
authors = ["Paul Makles <paulmakles@gmail.com>"] | ||
edition = "2018" | ||
... | ... | @@ -8,15 +8,16 @@ edition = "2018" |
[dependencies] | ||
futures = "0.3.8" | ||
many-to-many = "0.1.2" | ||
impl_ops = "0.1.1" | ||
many-to-many = "0.1.2" | ||
ctrlc = { version = "3.0", features = ["termination"] } | ||
async-std = { version = "1.8.0", features = ["tokio02", "attributes"] } | ||
async-tungstenite = { version = "0.10.0", features = ["async-std-runtime"] } | ||
rauth = { git = "https://gitlab.insrt.uk/insert/rauth", rev = "d48b0087cc546d2c9ef53f27d0693c8378172dfe" } | ||
async-std = { version = "1.8.0", features = ["tokio02", "attributes"] } | ||
hive_pubsub = { version = "0.4.3", features = ["mongo"] } | ||
rocket_cors = { git = "https://github.com/insertish/rocket_cors", branch = "master" } | ||
rocket_prometheus = { git = "https://github.com/insertish/rocket_prometheus", rev = "3d825aedb42793246c306a81fe67c5b187948983" } | ||
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket", rev = "031948c1daaa146128d8a435be116476f2adde00" } | ||
rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "031948c1daaa146128d8a435be116476f2adde00", default-features = false } | ||
mongodb = { version = "1.1.1", features = ["tokio-runtime"], default-features = false } | ||
... | ... |
Please register or sign in to comment