summaryrefslogtreecommitdiff
path: root/brook-metrics/Cargo.toml
blob: a19ccfcee1551ba3557db5217c7005450323f1b8 (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 = "*", features = ["random", "aligned"] }
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"] }