summaryrefslogtreecommitdiff
path: root/metrics/Cargo.toml
blob: 93ea8873c8925a9331de47c4ab046a1b38e24d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "brook-metrics"
description = "A server to handle brook metric reporting"
version = "0.1.0"
authors = ["Mx Kookie <kookie@spacekookie.de>"]
edition = "2018"

[dependencies]
ratman-identity = { version = "0.5", features = ["random"] }
chrono = "0.4"
hyper = "0.13"
json = "0.12"
lazy_static = "1.0"

#TODO: remove this when async-h2 comes out
tokio = { version = "0.2", features = ["full"] }